Class MoreOptionItem

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll

    The MoreOptionItem is an item of the MoreOption widget.

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

    Constructors

    View Source

    MoreOptionItem()

    Creates and initializes a new instance of the MoreOptionItem class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public MoreOptionItem()

    Properties

    View Source

    Handle

    Sets or gets the more option item handle.

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

    Icon

    Sets or gets the icon image.

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

    MainText

    Sets or gets the main text of the more option object.

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

    SubText

    Sets or gets the subtext of the more option object.

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