LineWrapMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls what happens when the cursor moves beyond the end of the display (both horizontally or vertically).
public enum LineWrapMode
type LineWrapMode =
Public Enum LineWrapMode
- Inheritance
-
LineWrapMode
Name | Value | Description |
---|---|---|
Truncate | 0 | The cursor will stay beyond the edge of the screen. Any further write attempts will not do anything until the cursor is moved or the display cleared. A newline will move to the next line, unless already on the last line of the display. |
Wrap | 1 | Wraps to the next line if the end of the line is reached. |
WordWrap | 2 | Attempts to wrap at word borders when the text does not fit on the (remaining part of) the line. |
Tuote | Versiot |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |