Show / Hide Table of Contents

    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
    Object
    RotarySelectorItem

    Properties

    View Source

    DisabledBackgroundColor

    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 Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    Handle

    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 Source

    MainText

    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 Source

    MainTextColor

    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 Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    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
    API Level: preview
    View Source

    SubText

    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 Source

    SubTextColor

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

    Declaration
    public Color SubTextColor { get; set; }
    Property Value
    Type Description
    Color
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX