Gets or sets the alignment of the text that will be displayed on the control.

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

Syntax

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

Property Value

Type: ContentAlignment
The text alignment.

See Also