Defines different types of a text rotation.

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

Syntax

C#
public enum TextRotationType
Visual Basic
Public Enumeration TextRotationType
Visual C++
public enum class TextRotationType

Members

Member nameValueDescription
Default0 Text is not rotated or has default rotation.
Vertical1 Vertical text from top to bottom.
Vertical2702 Vertical text from bottom to top.

See Also