Class MoreOptionItem
Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
- API Level:
- preview
The MoreOptionItem is an item of the MoreOption widget.
public class MoreOptionItem
- Inheritance
-
MoreOptionItem
Constructors
View SourceMoreOptionItem()
Creates and initializes a new instance of the MoreOptionItem class.
Declaration
public MoreOptionItem()
API Level: preview
Properties
View SourceHandle
Sets or gets the more option item handle.
Declaration
public IntPtr Handle { get; set; }
Property Value
Type | Description |
---|---|
IntPtr |
API Level: preview
View SourceIcon
Sets or gets the icon image.
Declaration
public Image Icon { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourceMainText
Sets or gets the main text of the more option object.
Declaration
public string MainText { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: preview
View SourceSubText
Sets or gets the subtext of the more option object.
Declaration
public string SubText { get; set; }
Property Value
Type | Description |
---|---|
String |