Gets or sets text rotation mode.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public TextRotationMode TextRotationMode { get; set; }
Visual Basic (Declaration)
Public Property TextRotationMode As TextRotationMode
Visual C++
public:
property TextRotationMode TextRotationMode {
	TextRotationMode get ();
	void set (TextRotationMode value);
}

See Also