Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
The ICircleWidget is the interface for a widget to display and handle with the CircleSurface.
[Obsolete("This has been deprecated in API12")]
public interface ICircleWidget
Properties
Declaration
[Obsolete("This has been deprecated in API12")]
IntPtr CircleHandle { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
View Source
Gets the CircleSurface used in this widget.
Declaration
[Obsolete("This has been deprecated in API12")]
CircleSurface CircleSurface { get; }
Property Value