Class ScrollBarStyle

    Definition

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

    ScrollBarStyle is a class which saves Scrollbar's ux data.

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

    Please note that this class will be replaced with ScrollbarStyle class in the near future.

    Constructors

    View Source

    ScrollBarStyle()

    Creates a new instance of a ScrollBarStyle.

    Declaration
    public ScrollBarStyle()
    Remarks

    Please note that this class will be replaced with ScrollbarStyle class in the near future.

    View Source

    ScrollBarStyle(ScrollBarStyle)

    Creates a new instance of a ScrollBarStyle with style.

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

    Create ScrollBarStyle by style customized by user.

    Remarks

    Please note that this class will be replaced with ScrollbarStyle class in the near future.

    Properties

    View Source

    Direction

    Get or set direction type.

    Declaration
    public ScrollBar.DirectionType? Direction { get; set; }
    Property Value
    Type Description
    DirectionType?
    Remarks

    Please note that this class will be replaced with ScrollbarStyle class in the near future.

    View Source

    Duration

    Get or set duration.

    Declaration
    public uint Duration { get; set; }
    Property Value
    Type Description
    uint
    Remarks

    Please note that this class will be replaced with ScrollbarStyle class in the near future.

    View Source

    Thumb

    Get or set thumb image style.

    Declaration
    public ImageViewStyle Thumb { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    Remarks

    Please note that this class will be replaced with ScrollbarStyle class in the near future.

    View Source

    Track

    Get or set track image style.

    Declaration
    public ImageViewStyle Track { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    Remarks

    Please note that this class will be replaced with ScrollbarStyle class in the near future.

    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)
    Remarks

    Please note that this class will be replaced with ScrollbarStyle class in the near future.

    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