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.

C#
Copy
public class RotarySelectorItem
Inheritance
RotarySelectorItem

Properties

View Source

DisabledBackgroundColor

Sets or gets the disabled background color of a rotary selector item object.

Declaration
C#
Copy
public Color DisabledBackgroundColor { get; set; }
Property Value
Type Description
Color
API Level: preview
View Source

DisabledBackgroundImage

Sets or gets the disabled background image of a rotary selector item object.

Declaration
C#
Copy
public Image DisabledBackgroundImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

DisabledIconImage

Sets or gets the disabled icon image of a rotary selector item object.

Declaration
C#
Copy
public Image DisabledIconImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

Handle

Sets or gets the handle of a rotary selector item object.

Declaration
C#
Copy
public IntPtr Handle { get; set; }
Property Value
Type Description
System.IntPtr
API Level: preview
View Source

MainText

Sets or gets the main text of a rotary selector item object.

Declaration
C#
Copy
public string MainText { get; set; }
Property Value
Type Description
System.String
API Level: preview
View Source

MainTextColor

Sets or gets the subtext color of a rotary selector item object.

Declaration
C#
Copy
public Color MainTextColor { get; set; }
Property Value
Type Description
Color
API Level: preview
View Source

NormalBackgroundColor

Sets or gets the normal background color of a rotary selector item object.

Declaration
C#
Copy
public Color NormalBackgroundColor { get; set; }
Property Value
Type Description
Color
API Level: preview
View Source

NormalBackgroundImage

Sets or gets the normal background image of a rotary selector item object.

Declaration
C#
Copy
public Image NormalBackgroundImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

NormalIconImage

Sets or gets the normal icon image of a rotary selector item object.

Declaration
C#
Copy
public Image NormalIconImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

PressedBackgroundColor

Sets or gets the pressed background color of a rotary selector item object.

Declaration
C#
Copy
public Color PressedBackgroundColor { get; set; }
Property Value
Type Description
Color
API Level: preview
View Source

PressedBackgroundImage

Sets or gets the pressed background image of a rotary selector item object.

Declaration
C#
Copy
public Image PressedBackgroundImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

PressedIconImage

Sets or gets the pressed icon image of a rotary selector item object.

Declaration
C#
Copy
public Image PressedIconImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

SelectedBackgroundColor

Sets or gets the selected background color of a rotary selector item object.

Declaration
C#
Copy
public Color SelectedBackgroundColor { get; set; }
Property Value
Type Description
Color
API Level: preview
View Source

SelectedBackgroundImage

Sets or gets the selected background image of a rotary selector item object.

Declaration
C#
Copy
public Image SelectedBackgroundImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

SelectedIconImage

Sets or gets the selected icon image of a rotary selector item object.

Declaration
C#
Copy
public Image SelectedIconImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

SelectorIconImage

Sets or gets the selector icon image of a rotary selector item object.

Declaration
C#
Copy
public Image SelectorIconImage { get; set; }
Property Value
Type Description
Image
API Level: preview
View Source

SubText

Sets or gets the subtext of a rotary selector item object.

Declaration
C#
Copy
public string SubText { get; set; }
Property Value
Type Description
System.String
API Level: preview
View Source

SubTextColor

Sets or gets the subtext color of a rotary selector item object.

Declaration
C#
Copy
public Color SubTextColor { get; set; }
Property Value
Type Description
Color
API Level: preview