Enum WrapType

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration for the wrap types.

    [Obsolete("This has been deprecated in API12")]
    public enum WrapType

    Fields

    Name Description
    Char

    Char wrap - wrap between characters.

    Mixed

    Mixed wrap - word wrap, if that fails, char wrap.

    None

    No wrap.

    Word

    Word wrap - wrap within the allowed wrapping points. (as defined in the unicode standard).

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX