Class MoreOptionItem

Definition

Namespace:
ElmSharp.Wearable
Assembly:
ElmSharp.Wearable.dll
API Level:
preview

The MoreOptionItem is an item of the MoreOption widget.

C#
Copy
public class MoreOptionItem
Inheritance
MoreOptionItem

Constructors

View Source

MoreOptionItem()

Creates and initializes a new instance of the MoreOptionItem class.

Declaration
C#
Copy
public MoreOptionItem()
API Level: preview

Properties

View Source

Handle

Sets or gets the more option item handle.

Declaration
C#
Copy
public IntPtr Handle { get; set; }
Property Value
Type Description
System.IntPtr
API Level: preview
View Source

Icon

Sets or gets the icon image.

Declaration
C#
Copy
public Image Icon { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

MainText

Sets or gets the main text of the more option object.

Declaration
C#
Copy
public string MainText { get; set; }
Property Value
Type Description
System.String
API Level: preview
View Source

SubText

Sets or gets the subtext of the more option object.

Declaration
C#
Copy
public string SubText { get; set; }
Property Value
Type Description
System.String
API Level: preview