TextAlignment Enumeration

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

Specifies the horizontal alignment of text with its layout area on a hardware display device.

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

Syntax

'Declaration
Public Enumeration TextAlignment
public enum TextAlignment
public enum class TextAlignment
type TextAlignment
public enum TextAlignment

Members

Member name Description
Left A value specifying that the left edge of the text is flush with the left margin of the layout area.
Center A value specifying that the center of the text is aligned with the center of the layout area.
Right A value specifying that the right edge of the text is flush with the right margin of the layout area.

See Also

Reference

Microsoft.SPOT.Presentation.Media Namespace