Gets or sets the vertical alignment.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

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

Property Value

Type: VerticalAlignment
The vertical alignment.

See Also