Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
- API Level:
- preview
The MoreOptionItem is an item of the MoreOption widget.
public class MoreOptionItem
- Inheritance
-
System.Object
MoreOptionItem
Constructors
View Source
MoreOptionItem()
Creates and initializes a new instance of the MoreOptionItem class.
Declaration
API Level: preview
Properties
View Source
Handle
Sets or gets the more option item handle.
Declaration
public IntPtr Handle { get; set; }
Property Value
Type |
Description |
System.IntPtr |
|
API Level: preview
Declaration
public Image Icon { get; set; }
Property Value
API Level: preview
View Source
MainText
Sets or gets the main text of the more option object.
Declaration
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
public string SubText { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: preview