Class RotarySelectorItem
Definition
- Assembly:
- ElmSharp.Wearable.dll
An instance to the Rotary Selector item is added. An item can be selected by the Rotary event or user item click.
public class RotarySelectorItem
- Inheritance
-
objectRotarySelectorItem
Properties
View SourceDisabledBackgroundColor
Sets or gets the disabled background color of a rotary selector item object.
Declaration
public Color DisabledBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
DisabledBackgroundImage
Sets or gets the disabled background image of a rotary selector item object.
Declaration
public Image DisabledBackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
DisabledIconImage
Sets or gets the disabled icon image of a rotary selector item object.
Declaration
public Image DisabledIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
Handle
Sets or gets the handle of a rotary selector item object.
Declaration
public IntPtr Handle { get; set; }
Property Value
Type | Description |
---|---|
System.IntPtr |
MainText
Sets or gets the main text of a rotary selector item object.
Declaration
public string MainText { get; set; }
Property Value
Type | Description |
---|---|
string |
MainTextColor
Sets or gets the subtext color of a rotary selector item object.
Declaration
public Color MainTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
NormalBackgroundColor
Sets or gets the normal background color of a rotary selector item object.
Declaration
public Color NormalBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
NormalBackgroundImage
Sets or gets the normal background image of a rotary selector item object.
Declaration
public Image NormalBackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
NormalIconImage
Sets or gets the normal icon image of a rotary selector item object.
Declaration
public Image NormalIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
PressedBackgroundColor
Sets or gets the pressed background color of a rotary selector item object.
Declaration
public Color PressedBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PressedBackgroundImage
Sets or gets the pressed background image of a rotary selector item object.
Declaration
public Image PressedBackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
PressedIconImage
Sets or gets the pressed icon image of a rotary selector item object.
Declaration
public Image PressedIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
SelectedBackgroundColor
Sets or gets the selected background color of a rotary selector item object.
Declaration
public Color SelectedBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
SelectedBackgroundImage
Sets or gets the selected background image of a rotary selector item object.
Declaration
public Image SelectedBackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
SelectedIconImage
Sets or gets the selected icon image of a rotary selector item object.
Declaration
public Image SelectedIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
SelectorIconImage
Sets or gets the selector icon image of a rotary selector item object.
Declaration
public Image SelectorIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
SubText
Sets or gets the subtext of a rotary selector item object.
Declaration
public string SubText { get; set; }
Property Value
Type | Description |
---|---|
string |
SubTextColor
Sets or gets the subtext color of a rotary selector item object.
Declaration
public Color SubTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |