Class Slider

    Definition

    Namespace:
    Tizen.NUI.UIComponents
    Assembly:
    Tizen.NUI.dll

    The slider is a control to enable sliding an indicator between two values.

    public class Slider : View, IDisposable
    Inheritance
    object
    BaseHandle
    Animatable
    Container
    View
    Slider
    Implements
    System.IDisposable

    Constructors

    View Source

    Slider()

    Creates the slider control.

    Declaration
    public Slider()

    Properties

    View Source

    DisabledColor

    The disable color property.

    Declaration
    public Vector4 DisabledColor { get; set; }
    Property Value
    Type Description
    Vector4
    View Source

    HandleVisual

    The handle visual property.

    Declaration
    public PropertyMap HandleVisual { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    LowerBound

    The lower bound property.

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

    Marks

    The marks property.

    Declaration
    public PropertyArray Marks { get; set; }
    Property Value
    Type Description
    PropertyArray
    View Source

    MarkTolerance

    The mark tolerance property.

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

    PopupArrowVisual

    The popup arrow visual property.

    Declaration
    public PropertyMap PopupArrowVisual { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    PopupVisual

    The popup visual property.

    Declaration
    public PropertyMap PopupVisual { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    ProgressVisual

    The progress visual property.

    Declaration
    public PropertyMap ProgressVisual { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    ShowPopup

    The show popup property.

    Declaration
    public bool ShowPopup { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ShowValue

    The show value property.

    Declaration
    public bool ShowValue { get; set; }
    Property Value
    Type Description
    bool
    View Source

    SnapToMarks

    The snap to marks property.

    Declaration
    public bool SnapToMarks { get; set; }
    Property Value
    Type Description
    bool
    View Source

    TrackVisual

    The track visual property.

    Declaration
    public PropertyMap TrackVisual { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    UpperBound

    The upper bound property.

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

    Value

    The value property.

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

    ValuePrecision

    The value precision property.

    Declaration
    public int ValuePrecision { get; set; }
    Property Value
    Type Description
    int

    Methods

    View Source

    Dispose(DisposeTypes)

    Dispose.

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    Overrides
    View.Dispose(DisposeTypes)
    View Source

    DownCast(BaseHandle)

    Downcasts an object handle to the slider.
    If the handle points to a slider, then the downcast produces a valid handle.
    If not, then the returned handle is left uninitialized.

    Declaration
    public static Slider DownCast(BaseHandle handle)
    Parameters
    Type Name Description
    BaseHandle handle

    The handle to an object.

    Returns
    Type Description
    Slider

    The handle to a slider or an uninitialized handle.

    Events

    View Source

    MarkReached

    An event emitted when the slider handle reaches a mark.

    Declaration
    public event EventHandlerWithReturnType<object, Slider.MarkReachedEventArgs, bool> MarkReached
    Event Type
    Type Description
    EventHandlerWithReturnType<object, Slider.MarkReachedEventArgs, bool>
    View Source

    SlidingFinished

    An event emitted when the sliding is finished.

    Declaration
    public event EventHandlerWithReturnType<object, Slider.SlidingFinishedEventArgs, bool> SlidingFinished
    Event Type
    Type Description
    EventHandlerWithReturnType<object, Slider.SlidingFinishedEventArgs, bool>
    View Source

    ValueChanged

    An event emitted when the slider value changes.

    Declaration
    public event EventHandlerWithReturnType<object, Slider.ValueChangedEventArgs, bool> ValueChanged
    Event Type
    Type Description
    EventHandlerWithReturnType<object, Slider.ValueChangedEventArgs, bool>

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX