Class CircleSliderSurfaceItem
The CircleSliderSurfaceItem displays circular slider at CirclePage.
Inherited Members
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 |