Table of Contents

Enum TextWrapping

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Interfaces.dll

Specifies how to wrap characters from a string that does not completely fit into a layout shape.

public enum TextWrapping

Fields

Character = 1

Specifies that text is wrapped by the character boundary.

None = 0

Specifies no wrapping.

Word = 2

Specifies that text is wrapped by the word boundary.