Interface ICircleWidget
Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
- API Level:
- preview
The ICircleWidget is the interface for a widget to display and handle with the CircleSurface.
C#Copypublic interface ICircleWidget
Properties
Declaration
C#CopyIntPtr CircleHandle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
API Level: preview
Declaration
C#CopyCircleSurface CircleSurface { get; }
Property Value
Type | Description |
---|---|
CircleSurface |