Enum WrapType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
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). |