Table of Contents

Enum TextTrimming

Namespace
nanoFramework.Presentation.Media
Assembly
nanoFramework.Graphics.dll

Specifies how text is trimmed when it overflows the edge of a container.

public enum TextTrimming

Fields

CharacterEllipsis = 0

Text is trimmed at the end of the last fully displayed character. An ellipsis (...) is inserted to indicate that text has been truncated.

None = 1

Text is not trimmed and may overflow the edge of the container.

WordEllipsis = 2

Text is trimmed at the end of the last fully displayed word. An ellipsis (...) is inserted to indicate that text has been truncated.