Class CircleSpinner
Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
- API Level:
- preview
The Circle Spinner is a widget to display and handle the spinner value by the Rotary event. Inherits Spinner.
C#Copypublic class CircleSpinner : Spinner, IAccessibleObject, IRotaryActionWidget, ICircleWidget
- Inheritance
- Implements
Constructors
View Source
CircleSpinner(EvasObject, CircleSurface)
Creates and initializes a new instance of the Circle Spinner class.
Declaration
C#Copypublic CircleSpinner(EvasObject parent, CircleSurface surface)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | The parent of the new Circle Spinner instance. |
CircleSurface | surface | The surface for drawing circle features for this widget. |
API Level: preview
Properties
Declaration
C#Copypublic virtual IntPtr CircleHandle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
API Level: preview
Declaration
C#Copypublic virtual CircleSurface CircleSurface { get; }
Property Value
Type | Description |
---|---|
CircleSurface |
API Level: preview
Declaration
C#Copypublic override bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
API Level: preview
Declaration
C#Copy[Obsolete("MarkerColor is obsolete as of version 6.0.0 and is no longer supported")] public Color MarkerColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Remarks
MarkerColor is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
API Level: preview
Declaration
C#Copy[Obsolete("MarkerLineWidth is obsolete as of version 6.0.0 and is no longer supported")] public int MarkerLineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
MarkerLineWidth is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
API Level: preview
Declaration
C#Copy[Obsolete("MarkerRadius is obsolete as of version 6.0.0 and is no longer supported")] public double MarkerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
MarkerRadius is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
API Level: preview
Methods
Declaration
C#Copyprotected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | Parent EvasObject. |
Returns
Type | Description |
---|---|
System.IntPtr | Handle IntPtr. |