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