Interface ICircleWidget

Definition

Namespace:
ElmSharp.Wearable
Assembly:
ElmSharp.Wearable.dll

The ICircleWidget is the interface for a widget to display and handle with the CircleSurface.

C#
Copy
[Obsolete("This has been deprecated in API12")] public interface ICircleWidget

Properties

View Source

CircleHandle

Gets the handle for the Circle widget.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] IntPtr CircleHandle { get; }
Property Value
Type Description
System.IntPtr
View Source

CircleSurface

Gets the CircleSurface used in this widget.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] CircleSurface CircleSurface { get; }
Property Value
Type Description
CircleSurface