Lue englanniksi Muokkaa

Jaa


LineWrapMode Enum

Definition

Controls what happens when the cursor moves beyond the end of the display (both horizontally or vertically).

C#
public enum LineWrapMode
Inheritance
LineWrapMode

Fields

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.

Applies to

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