Show / Hide Table of Contents

    Class MoreOptionItem

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll
    API Level:
    preview

    The MoreOptionItem is an item of the MoreOption widget.

    public class MoreOptionItem
    Inheritance
    Object
    MoreOptionItem

    Constructors

    View Source

    MoreOptionItem()

    Creates and initializes a new instance of the MoreOptionItem class.

    Declaration
    public MoreOptionItem()
    API Level: preview

    Properties

    View Source

    Handle

    Sets or gets the more option item handle.

    Declaration
    public IntPtr Handle { get; set; }
    Property Value
    Type Description
    IntPtr
    API Level: preview
    View Source

    Icon

    Sets or gets the icon image.

    Declaration
    public Image Icon { get; set; }
    Property Value
    Type Description
    Image
    API Level: preview
    View Source

    MainText

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

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

    SubText

    Sets or gets the subtext of the more option object.

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