Xojo.iOSLineBreakMode

From Xojo Documentation

Enumeration
Xojo.iOSLineBreakMode

New in 2014r3

Specifies how iOSLabel text contents break or wrap when the text is too long to fit.

Values

Enum Description
BreakByWordWrapping Text breaks by word.
BreakByCharWrapping Text breaks on a single character, possibly breaking in the middle of a word.
BreakByClipping The text is clipped at the end, perhaps in mid-character.
BreakByTruncatingHead When the entire text cannot fit, text at the beginning is truncated and replaced with ellipses.
BreakByTruncatingTail When the entire text cannot fit, text at the end is truncated and replaced with ellipses.
BreakByTruncatingMiddle When the entire text cannot fit, text in the middle is truncated and replaced with ellipses.

See Also

iOSLabel class