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.

    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.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