Show / Hide Table of Contents

    Enum WrapType

    Definition

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

    Enumeration for the wrap types.

    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-2020 Samsung
    Generated by DocFX