Show / Hide Table of Contents

    Class CircleSliderSurfaceItem

    The CircleSliderSurfaceItem displays circular slider at CirclePage.

    Inheritance
    System.Object
    CircleSurfaceItem
    CircleSliderSurfaceItem
    Implements
    ICircleSurfaceItem
    IRotaryFocusable
    Inherited Members
    CircleSurfaceItem.BackgroundAngleProperty
    CircleSurfaceItem.BackgroundAngleOffsetProperty
    CircleSurfaceItem.BackgroundColorProperty
    CircleSurfaceItem.BackgroundLineWidthProperty
    CircleSurfaceItem.BackgroundRadiusProperty
    CircleSurfaceItem.BarAngleProperty
    CircleSurfaceItem.BarAngleOffsetProperty
    CircleSurfaceItem.BarAngleMaximumProperty
    CircleSurfaceItem.BarAngleMinimumProperty
    CircleSurfaceItem.BarColorProperty
    CircleSurfaceItem.BarLineWidthProperty
    CircleSurfaceItem.BarRadiusProperty
    CircleSurfaceItem.IsVisibleProperty
    CircleSurfaceItem.IsEnabledProperty
    CircleSurfaceItem.BackgroundAngle
    CircleSurfaceItem.BackgroundAngleOffset
    CircleSurfaceItem.BackgroundColor
    CircleSurfaceItem.BackgroundLineWidth
    CircleSurfaceItem.BackgroundRadius
    CircleSurfaceItem.BarAngle
    CircleSurfaceItem.BarAngleOffset
    CircleSurfaceItem.BarAngleMaximum
    CircleSurfaceItem.BarAngleMinimum
    CircleSurfaceItem.BarColor
    CircleSurfaceItem.BarLineWidth
    CircleSurfaceItem.BarRadius
    CircleSurfaceItem.IsVisible
    CircleSurfaceItem.IsEnabled
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class CircleSliderSurfaceItem : CircleSurfaceItem, ICircleSurfaceItem, IRotaryFocusable

    Fields

    IncrementProperty

    BindableProperty. Identifies the Increment bindable property.

    Declaration
    public static readonly BindableProperty IncrementProperty
    Field Value
    Type Description
    BindableProperty

    MaximumProperty

    BindableProperty. Identifies the Maximum bindable property.

    Declaration
    public static readonly BindableProperty MaximumProperty
    Field Value
    Type Description
    BindableProperty

    MinimumProperty

    BindableProperty. Identifies the Minimum bindable property.

    Declaration
    public static readonly BindableProperty MinimumProperty
    Field Value
    Type Description
    BindableProperty

    ValueProperty

    BindableProperty. Identifies the Value bindable property.

    Declaration
    public static readonly BindableProperty ValueProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    Increment

    Gets or sets the Increment value. The value of the slider is increased/decreased by the Increment value.

    Declaration
    public double Increment { get; set; }
    Property Value
    Type Description
    System.Double

    Maximum

    Gets or sets the maximum value of the slider.

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

    Minimum

    Gets or sets the minimum value of the slider.

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

    Value

    Gets or sets the value of the slider.

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

    Implements

    ICircleSurfaceItem
    IRotaryFocusable
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX