Share via


TextTrimming Enumeration

Specifies how characters from a string that does not completely fit into the specified layout area are to be trimmed.

Namespace: Microsoft.SPOT.Presentation.Media
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public enum TextTrimming

Members

  Member name Description
CharacterEllipsis A value specifying that the text is to be trimmed to the nearest character, and an ellipsis is to be inserted at the end of the trimmed text.
None A value specifying that the text is not to be trimmed.
WordEllipsis A value specifying that the text is to be trimmed to the nearest word, and an ellipsis is to be inserted at the end of the trimmed text.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1 and 4.2.

See Also

Reference

Microsoft.SPOT.Presentation.Media Namespace