Enum LineWrapMode

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    An enum of the line wrap mode of text controls.

    public enum LineWrapMode

    Fields

    Name Description
    Character

    character will move character by character to the next line.

    Hyphenation

    Hyphenation mode will move part of the word (at possible hyphen locations) to the next line and draw a hyphen at the end of the line.

    Mixed

    Mixed mode will try word wrap, if failed, it will try hyphenation wrap.

    Word

    The word mode will move a word to the next line.

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