UILineBreakMode Enum

Definition

An enumeration of values used to specify line break mode.

public enum UILineBreakMode
type UILineBreakMode = 
Inheritance
UILineBreakMode

Fields

CharacterWrap 1

Wraps at the first character that doesn't fit.

Clip 2

That which does not fit is not rendered.

HeadTruncation 3

The end of the text is shown, the head is truncated to an ellipse.

MiddleTruncation 5

The start and end of the text is shown, with an ellipse in the middle.

TailTruncation 4

The start of the text is shown, the rest is indicated with an ellipse.

WordWrap 0

Wraps at the first word that does not fit.

Applies to