Class PaginationStyle

    Definition

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

    PaginationStyle used to config the pagination represent.

    public class PaginationStyle : ControlStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    PaginationStyle
    Implements
    IDynamicResourceHandler
    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.

    Fields

    View Source

    IndicatorImageUrlSelectorProperty

    The IndicatorImageUrlSelector bindable property.

    Declaration
    public static readonly BindableProperty IndicatorImageUrlSelectorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    IndicatorSizeProperty

    The IndicatorSize bindable property.

    Declaration
    public static readonly BindableProperty IndicatorSizeProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    IndicatorSpacingProperty

    The IndicatorSpacing bindable property.

    Declaration
    public static readonly BindableProperty IndicatorSpacingProperty
    Field Value
    Type Description
    BindableProperty

    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)

    Copy properties of other ViewStyle to this.

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

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX