Represents the text rotation mode.

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

Syntax

C#
public enum TextRotationMode
Visual Basic (Declaration)
Public Enumeration TextRotationMode
Visual C++
public enum class TextRotationMode

Members

Member nameDescription
Screen
Rotation relative to screen.
Scale
Rotation relative to scale.

See Also