Class PaginationStyle

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    PaginationStyle used to config the pagination represent.

    public class PaginationStyle : ControlStyle, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    Tizen.NUI.Components.ControlStyle
    PaginationStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    PaginationStyle()

    Creates a new instance of a PaginationStyle.

    Declaration
    public PaginationStyle()
    View Source

    PaginationStyle(PaginationStyle)

    Creates a new instance of a PaginationStyle using style.

    Declaration
    public PaginationStyle(PaginationStyle style)
    Parameters
    Type Name Description
    PaginationStyle style

    Create PaginationStyle by style customized by user.

    Properties

    View Source

    IndicatorImageUrl

    Gets or sets the resource of indicator.

    Declaration
    public Selector<string> IndicatorImageUrl { get; set; }
    Property Value
    Type Description
    Selector<string>
    View Source

    IndicatorSize

    Gets or sets the size of the indicator.

    Declaration
    public Size IndicatorSize { get; set; }
    Property Value
    Type Description
    Size
    View Source

    IndicatorSpacing

    Gets or sets the space of the indicator.

    Declaration
    public int IndicatorSpacing { get; set; }
    Property Value
    Type Description
    int

    Methods

    View Source

    CopyFrom(BindableObject)

    Declaration
    public override void CopyFrom(BindableObject bindableObject)
    Parameters
    Type Name Description
    BindableObject bindableObject
    Overrides
    Tizen.NUI.BaseComponents.ViewStyle.CopyFrom(Tizen.NUI.Binding.BindableObject)

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX