Enum CopyAndPasteMode

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration for defining the entry's copy and paste policy.

    public enum CopyAndPasteMode

    Fields

    Name Description
    Markup

    Copy and paste text with a markup tag.

    NoImage

    Copy and paste text without an item (image) tag.

    PlainText

    Copy and paste text without a markup tag.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<CopyAndPasteMode>(CopyAndPasteMode, string)
    Extensions.LoadFromXaml<CopyAndPasteMode>(CopyAndPasteMode, string)
    Extensions.LoadFromXaml<CopyAndPasteMode>(CopyAndPasteMode, Type)
    Extensions.LoadFromXamlFile<CopyAndPasteMode>(CopyAndPasteMode, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX