TextTrimming Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Enumeration TextTrimming
public enum TextTrimming
public enum class TextTrimming
type TextTrimming
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.

See Also

Reference

Microsoft.SPOT.Presentation.Media Namespace