Class CircleDateTimeSelector
Definition
- Assembly:
- ElmSharp.Wearable.dll
The Circle DateTime Selector is a widget to display and handle datetime value by the Rotary event. Inherits DateTimeSelector.
C#Copypublic class CircleDateTimeSelector : DateTimeSelector, IAccessibleObject, IRotaryActionWidget, ICircleWidget
- Inheritance
- Implements
Constructors
View Source
CircleDateTimeSelector(EvasObject, CircleSurface)
Creates and initializes a new instance of the Circle DateTime class.
Declaration
C#Copypublic CircleDateTimeSelector(EvasObject parent, CircleSurface surface)
Parameters
| Type | Name | Description |
|---|---|---|
| EvasObject | parent | The parent of the new Circle DateTime instance. |
| CircleSurface | surface | The surface for drawing circle features for this widget. |
Properties
Declaration
C#Copypublic virtual IntPtr CircleHandle { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
Declaration
C#Copypublic virtual CircleSurface CircleSurface { get; }
Property Value
| Type | Description |
|---|---|
| CircleSurface |
Declaration
C#Copypublic override bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Declaration
C#Copypublic 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#Copypublic 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#Copypublic 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#Copyprotected override IntPtr CreateHandle(EvasObject parent)
Parameters
| Type | Name | Description |
|---|---|---|
| EvasObject | parent | Parent EvasObject. |
Returns
| Type | Description |
|---|---|
| System.IntPtr | Handle IntPtr. |