Class SliderStyle

    Definition

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

    SliderStyle is a class which saves Slider's ux data.

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

    Constructors

    View Source

    SliderStyle()

    Creates a new instance of a SliderStyle.

    Declaration
    public SliderStyle()
    View Source

    SliderStyle(SliderStyle)

    Creates a new instance of a SliderStyle with style.

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

    Create SliderStyle by style customized by user.

    Properties

    View Source

    HighIndicator

    Get or set high indicator text.

    Declaration
    public TextLabelStyle HighIndicator { get; set; }
    Property Value
    Type Description
    TextLabelStyle
    View Source

    HighIndicatorImage

    Get or set high indicator image.

    Declaration
    public ImageViewStyle HighIndicatorImage { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    View Source

    IndicatorType

    Get or set Indicator type

    Declaration
    public Slider.IndicatorType? IndicatorType { get; set; }
    Property Value
    Type Description
    IndicatorType?
    View Source

    LowIndicator

    Get or set low indicator text.

    Declaration
    public TextLabelStyle LowIndicator { get; set; }
    Property Value
    Type Description
    TextLabelStyle
    View Source

    LowIndicatorImage

    Get or set low indicator image.

    Declaration
    public ImageViewStyle LowIndicatorImage { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    View Source

    Progress

    Get or set slided track.

    Declaration
    public ImageViewStyle Progress { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    View Source

    SpaceBetweenTrackAndIndicator

    Get or set space between track and indicator

    Declaration
    public uint? SpaceBetweenTrackAndIndicator { get; set; }
    Property Value
    Type Description
    uint?
    View Source

    Thumb

    Get or set thumb.

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

    Track

    Get or set background track.

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

    TrackPadding

    Get or set space between track and indicator

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

    TrackThickness

    Get or set track thickness

    Declaration
    public uint? TrackThickness { get; set; }
    Property Value
    Type Description
    uint?
    View Source

    ValueIndicatorImage

    Get or set the value indicator image.

    Declaration
    public ImageViewStyle ValueIndicatorImage { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    View Source

    ValueIndicatorText

    Get or set the value indicator text.

    Declaration
    public TextLabelStyle ValueIndicatorText { get; set; }
    Property Value
    Type Description
    TextLabelStyle
    View Source

    WarningProgress

    Get or set slided warning track.

    Declaration
    public ImageViewStyle WarningProgress { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    View Source

    WarningTrack

    Get or set background warning track.

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

    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)
    View Source

    Dispose(bool)

    Dispose SliderStyle and all children on it.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true in order to free managed objects

    Overrides
    ViewStyle.Dispose(bool)

    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