Gets alignment of the content on the painting surface.

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

Syntax

C#
public virtual ContentAlignment Alignment { get; set; }
Visual Basic
Public Overridable Property Alignment As ContentAlignment
	Get
	Set
Visual C++
public:
virtual property ContentAlignment Alignment {
	ContentAlignment get ();
	void set (ContentAlignment value);
}
F#
abstract Alignment : ContentAlignment with get, set
override Alignment : ContentAlignment with get, set

Property Value

Type: ContentAlignment
The alignment.

See Also