Class RotarySelectorItem
Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
- API Level:
- preview
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
-
RotarySelectorItem
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 |
API Level: preview
View SourceDisabledBackgroundImage
Sets or gets the disabled background image of a rotary selector item object.
Declaration
public Image DisabledBackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourceDisabledIconImage
Sets or gets the disabled icon image of a rotary selector item object.
Declaration
public Image DisabledIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourceHandle
Sets or gets the handle of a rotary selector item object.
Declaration
public IntPtr Handle { get; set; }
Property Value
Type | Description |
---|---|
IntPtr |
API Level: preview
View SourceMainText
Sets or gets the main text of a rotary selector item object.
Declaration
public string MainText { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: preview
View SourceMainTextColor
Sets or gets the subtext color of a rotary selector item object.
Declaration
public Color MainTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
API Level: preview
View SourceNormalBackgroundColor
Sets or gets the normal background color of a rotary selector item object.
Declaration
public Color NormalBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
API Level: preview
View SourceNormalBackgroundImage
Sets or gets the normal background image of a rotary selector item object.
Declaration
public Image NormalBackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourceNormalIconImage
Sets or gets the normal icon image of a rotary selector item object.
Declaration
public Image NormalIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourcePressedBackgroundColor
Sets or gets the pressed background color of a rotary selector item object.
Declaration
public Color PressedBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
API Level: preview
View SourcePressedBackgroundImage
Sets or gets the pressed background image of a rotary selector item object.
Declaration
public Image PressedBackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourcePressedIconImage
Sets or gets the pressed icon image of a rotary selector item object.
Declaration
public Image PressedIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourceSelectedBackgroundColor
Sets or gets the selected background color of a rotary selector item object.
Declaration
public Color SelectedBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
API Level: preview
View SourceSelectedBackgroundImage
Sets or gets the selected background image of a rotary selector item object.
Declaration
public Image SelectedBackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourceSelectedIconImage
Sets or gets the selected icon image of a rotary selector item object.
Declaration
public Image SelectedIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourceSelectorIconImage
Sets or gets the selector icon image of a rotary selector item object.
Declaration
public Image SelectorIconImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
API Level: preview
View SourceSubText
Sets or gets the subtext of a rotary selector item object.
Declaration
public string SubText { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: preview
View SourceSubTextColor
Sets or gets the subtext color of a rotary selector item object.
Declaration
public Color SubTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |