Gets or sets type of a text rotation 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 TextRotationType TextRotationType { get; set; }
Visual Basic
Public Property TextRotationType As TextRotationType
	Get
	Set
Visual C++
public:
property TextRotationType TextRotationType {
	TextRotationType get ();
	void set (TextRotationType value);
}

See Also