Gets or sets the alignment settings of the text on the Column's caption.

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

Syntax

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

Property Value

Type: ContentAlignment
The caption text alignment.

See Also