Class CircularPaginationStyle

    Definition

    Namespace:
    Tizen.NUI.Wearable
    Assembly:
    Tizen.NUI.Wearable.dll

    CircularPaginationStyle used to config the circularPagination represent.

    public class CircularPaginationStyle : ControlStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    CircularPaginationStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    CircularPaginationStyle()

    Creates a new instance of a CircularPaginationStyle.

    Declaration
    public CircularPaginationStyle()
    View Source

    CircularPaginationStyle(CircularPaginationStyle)

    Creates a new instance of a CircularPaginationStyle using style.

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

    Fields

    View Source

    CenterIndicatorImageUrlSelectorProperty

    The CenterIndicatorImageUrlSelector bindable property.

    Declaration
    public static readonly BindableProperty CenterIndicatorImageUrlSelectorProperty
    Field Value
    Type Description
    BindableProperty
    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

    Properties

    View Source

    CenterIndicatorImageURL

    Gets or sets the resource of the center indicator.

    Declaration
    public Selector<string> CenterIndicatorImageURL { get; set; }
    Property Value
    Type Description
    Selector<string>
    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

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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