Class RotarySelectorItem

    Definition

    Namespace:
    ElmSharp.Wearable
    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.

    [Obsolete("This has been deprecated in API12")]
    public class RotarySelectorItem
    Inheritance
    object
    RotarySelectorItem

    Properties

    View Source

    DisabledBackgroundColor

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Color DisabledBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    DisabledBackgroundImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image DisabledBackgroundImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    DisabledIconImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image DisabledIconImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    Handle

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public IntPtr Handle { get; set; }
    Property Value
    Type Description
    System.IntPtr
    View Source

    MainText

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public string MainText { get; set; }
    Property Value
    Type Description
    string
    View Source

    MainTextColor

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Color MainTextColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    NormalBackgroundColor

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Color NormalBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    NormalBackgroundImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image NormalBackgroundImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    NormalIconImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image NormalIconImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    PressedBackgroundColor

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Color PressedBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    PressedBackgroundImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image PressedBackgroundImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    PressedIconImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image PressedIconImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    SelectedBackgroundColor

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Color SelectedBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    SelectedBackgroundImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image SelectedBackgroundImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    SelectedIconImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image SelectedIconImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    SelectorIconImage

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Image SelectorIconImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    SubText

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public string SubText { get; set; }
    Property Value
    Type Description
    string
    View Source

    SubTextColor

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

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Color SubTextColor { get; set; }
    Property Value
    Type Description
    Color
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX