Show / Hide Table of Contents

    Interface ISlider

    Namespace: Tizen.UIExtensions.Common.GraphicsView
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public interface ISlider

    Properties

    Maximum

    Declaration
    double Maximum { get; }
    Property Value
    Type Description
    System.Double

    MaximumTrackColor

    Declaration
    Color MaximumTrackColor { get; }
    Property Value
    Type Description
    Color

    Minimum

    Declaration
    double Minimum { get; }
    Property Value
    Type Description
    System.Double

    MinimumTrackColor

    Declaration
    Color MinimumTrackColor { get; }
    Property Value
    Type Description
    Color

    ThumbColor

    Declaration
    Color ThumbColor { get; }
    Property Value
    Type Description
    Color

    Value

    Declaration
    double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Copyright © 2021 Samsung
    Generated by DocFX