Show / Hide Table of Contents

    Class FlipSelectorItem

    Definition

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

    The item class of FlipSelector.

    public class FlipSelectorItem : ItemObject
    Inheritance
    Object
    ItemObject
    FlipSelectorItem

    Constructors

    View Source

    FlipSelectorItem(String)

    Creates and initializes a new instance of the FlipSelectorItem.

    Declaration
    public FlipSelectorItem(string text)
    Parameters
    Type Name Description
    String text

    FlipSelectorItem's text

    API Level: preview
    View Source

    FlipSelectorItem(String, EvasObject)

    Creates and initializes a new instance of the FlipSelectorItem.

    Declaration
    public FlipSelectorItem(string text, EvasObject parent)
    Parameters
    Type Name Description
    String text

    FlipSelectorItem's text

    EvasObject parent

    Parent EvasObject

    API Level: preview

    Properties

    View Source

    Text

    Sets or gets the text of the FlipSelectorItem.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    String
    API Level: preview

    Events

    View Source

    Selected

    Selected will be triggered when selected.

    Declaration
    public event EventHandler Selected
    Event Type
    Type Description
    EventHandler
    API Level: preview

    Extension Methods

    ItemObjectExtension.GrabHighlight(ItemObject)
    ItemObjectExtension.ClearHighlight(ItemObject)
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX