Show / Hide Table of Contents

    Enum GenItemSelectionMode

    Definition

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

    Enumeration for the selection modes of GenItem.

    public enum GenItemSelectionMode : int

    Fields

    Name Description
    Always

    Always select mode.

    Default

    Default select mode.

    DisplayOnly

    No select mode with no finger size rule.

    None

    No select mode.

    Extension Methods

    EXamlExtensions.LoadFromEXamlPath<GenItemSelectionMode>(String)
    EXamlExtensions.LoadFromEXamlPath<GenItemSelectionMode>(Type)
    EXamlExtensions.LoadFromEXamlByRelativePath<GenItemSelectionMode>(String)
    EXamlExtensions.LoadFromEXaml<GenItemSelectionMode>(String)
    Extensions.LoadFromXaml<GenItemSelectionMode>(Type)
    Extensions.LoadFromXaml<GenItemSelectionMode>(String)
    Extensions.LoadFromXamlFile<GenItemSelectionMode>(String)
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX