Gets or sets the text alignment.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public ContentAlignment TextAlignment { get; set; }
Visual Basic
Public Property TextAlignment As ContentAlignment
	Get
	Set
Visual C++
public:
property ContentAlignment TextAlignment {
	ContentAlignment get ();
	void set (ContentAlignment value);
}
F#
member TextAlignment : ContentAlignment with get, set

Property Value

Type: ContentAlignment
The text alignment.

See Also