TextAlignment Property

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

Gets or sets the text alignment for the current Text object.

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

Syntax

'Declaration
Public Property TextAlignment As TextAlignment
public TextAlignment TextAlignment { get; set; }
public:
property TextAlignment TextAlignment {
    TextAlignment get ();
    void set (TextAlignment value);
}
member TextAlignment : TextAlignment with get, set
function get TextAlignment () : TextAlignment
function set TextAlignment (value : TextAlignment)

Property Value

Type: Microsoft.SPOT.Presentation.Media. . :: . .TextAlignment
The current text alignment.

.NET Framework Security

See Also

Reference

Text Class

Microsoft.SPOT.Presentation.Controls Namespace