Gets or sets rotation mode.

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

Syntax

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

See Also