Class CircleSpinner
Definition
- Assembly:
- ElmSharp.Wearable.dll
The Circle Spinner is a widget to display and handle the spinner value by the Rotary event. Inherits Spinner.
C#Copy[Obsolete("This has been deprecated in API12")] public 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#Copy[Obsolete("This has been deprecated in API12")] public 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. |
Properties
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public virtual IntPtr CircleHandle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public virtual CircleSurface CircleSurface { get; }
Property Value
Type | Description |
---|---|
CircleSurface |
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public override bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Overrides
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.
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 |
---|---|
int |
Remarks
MarkerLineWidth is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
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 |
---|---|
double |
Remarks
MarkerRadius is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.
Methods
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] protected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | Parent EvasObject. |
Returns
Type | Description |
---|---|
System.IntPtr | Handle IntPtr. |