Class ScrollbarStyle

    Definition

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

    ScrollbarStyle is a class which saves Scrollbar's style data.

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

    Constructors

    View Source

    ScrollbarStyle()

    Creates a new instance of a ScrollbarStyle.

    Declaration
    public ScrollbarStyle()
    View Source

    ScrollbarStyle(ScrollbarStyle)

    Copy constructor.

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

    Create ScrollbarStyle by style customized by user.

    Fields

    View Source

    ThumbColorProperty

    Bindable property of ThumbColor

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

    ThumbHorizontalImageUrlProperty

    Bindable property of ThumbBackgroundImageUrl

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

    ThumbThicknessProperty

    Bindable property of ThumbThickness

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

    ThumbVerticalImageUrlProperty

    Bindable property of ThumbBackgroundImageVertical

    Declaration
    public static readonly BindableProperty ThumbVerticalImageUrlProperty
    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

    TrackPaddingProperty

    Bindable property of TrackPadding

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

    TrackThicknessProperty

    Bindable property of TrackThickness

    Declaration
    public static readonly BindableProperty TrackThicknessProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    View Source

    ThumbColor

    The color of the thumb part.

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

    ThumbHorizontalImageUrl

    The image url of the horizontal thumb.

    Declaration
    public string ThumbHorizontalImageUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    ThumbThickness

    The thickness of the thumb.

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

    ThumbVerticalImageUrl

    The image url of the vertical thumb.

    Declaration
    public string ThumbVerticalImageUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    TrackColor

    The color of the track part.

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

    TrackPadding

    The padding value of the track.

    Declaration
    public Extents TrackPadding { get; set; }
    Property Value
    Type Description
    Extents
    View Source

    TrackThickness

    The thickness of the track.

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

    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