Enum WrapType

Definition

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

Enumeration for the wrap types.

C#
Copy
public enum WrapType
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).