Gets or sets vertical text alignment in a text box.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public VerticalAlignmentType VerticalAlignment { get; set; }
Visual Basic
Public Property VerticalAlignment As VerticalAlignmentType
	Get
	Set
Visual C++
public:
property VerticalAlignmentType VerticalAlignment {
	VerticalAlignmentType get ();
	void set (VerticalAlignmentType value);
}

See Also