Class CircularScrollbarStyle

    Definition

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

    CircularScrollbarStyle is a class which saves CircularScrollbar's ux data.

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

    Constructors

    View Source

    CircularScrollbarStyle()

    Creates a new instance of a CircularScrollbarStyle.

    Declaration
    public CircularScrollbarStyle()
    View Source

    CircularScrollbarStyle(CircularScrollbarStyle)

    Copy constructor.

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

    Create ScrollbarStyle by style customized by user.

    Fields

    View Source

    ThicknessProperty

    Bindable property of Thickness

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

    ThumbColorProperty

    Bindable property of ThumbColor

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

    TrackColorProperty

    Bindable property of TrackColor

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

    TrackSweepAngleProperty

    Bindable property of TrackSweepAngle

    Declaration
    public static readonly BindableProperty TrackSweepAngleProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    View Source

    Thickness

    The thickness of the scrollbar and track.

    Declaration
    public float? Thickness { get; set; }
    Property Value
    Type Description
    float?
    View Source

    ThumbColor

    The color of the thumb part.

    Declaration
    public Color ThumbColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    TrackColor

    The color of the track part.

    Declaration
    public Color TrackColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    TrackSweepAngle

    The sweep angle of track area in degrees.

    Declaration
    public float? TrackSweepAngle { get; set; }
    Property Value
    Type Description
    float?
    Remarks

    Values below 6 degrees are treated as 6 degrees. Values exceeding 180 degrees are treated as 180 degrees.

    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