Class CircularSliderStyle

    Definition

    Namespace:
    Tizen.NUI.Wearable
    Assembly:
    Tizen.NUI.Wearable.dll

    CircularSliderStyle is a class which saves CircularSlider's ux data.

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

    Constructors

    View Source

    CircularSliderStyle()

    Creates a new instance of a CircularSliderStyle.

    Declaration
    public CircularSliderStyle()
    View Source

    CircularSliderStyle(CircularSliderStyle)

    Creates a new instance of a CircularSliderStyle with style.

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

    Create CircularSliderStyle by style customized by user.

    Fields

    View Source

    CurrentValueProperty

    Bindable property of CurrentValue

    Declaration
    public static readonly BindableProperty CurrentValueProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    IsEnabledProperty

    Bindable property of IsEnabled

    Declaration
    public static readonly BindableProperty IsEnabledProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    MaxValueProperty

    Bindable property of MaxValue

    Declaration
    public static readonly BindableProperty MaxValueProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    MinValueProperty

    Bindable property of MinValue

    Declaration
    public static readonly BindableProperty MinValueProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ProgressColorProperty

    Bindable property of ProgressColor

    Declaration
    public static readonly BindableProperty ProgressColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ThicknessProperty

    Bindable property of Thickness

    Declaration
    public static readonly BindableProperty ThicknessProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ThumbColorProperty

    Bindable property of ThumbColor

    Declaration
    public static readonly BindableProperty ThumbColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ThumbSizeProperty

    Bindable property of ThumbSize

    Declaration
    public static readonly BindableProperty ThumbSizeProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    TrackColorProperty

    Bindable property of TrackColor

    Declaration
    public static readonly BindableProperty TrackColorProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    View Source

    CurrentValue

    The property to get/set the current value of the CircularSlider.

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

    IsEnabled

    Flag to be enabled or disabled in CircularSlider.

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

    MaxValue

    The property to get/set the maximum value of the CircularSlider.

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

    MinValue

    The property to get/set the minim value of the CircularSlider.

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

    ProgressColor

    The property to get/set Progress object color of the CircularSlider.

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

    Thickness

    The thickness of the track and progress.

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

    ThumbColor

    The property to get/set Thumb object color of the CircularSlider.

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

    ThumbSize

    Gets or sets the size of the thumb of Slider.

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

    TrackColor

    The property to get/set Track object color of the CircularSlider.

    Declaration
    public Color TrackColor { get; set; }
    Property Value
    Type Description
    Color

    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