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.
public interface ICircleWidget
Properties
View SourceCircleHandle
Gets the handle for the Circle widget.
Declaration
IntPtr CircleHandle { get; }
Property Value
Type | Description |
---|---|
IntPtr |
API Level: preview
View SourceCircleSurface
Gets the CircleSurface used in this widget.
Declaration
CircleSurface CircleSurface { get; }
Property Value
Type | Description |
---|---|
CircleSurface |