TextOrientations Enum

Definition

Specifies the orientation of the title text.

public enum class TextOrientations
public enum TextOrientations
type TextOrientations = 
Public Enum TextOrientations
Inheritance
TextOrientations

Fields

Auto 0

Automatically adjust text orientation.

Horizontal 1

Horizontal text.

Rotated270 3

Rotate text 270 degrees from horizontal.

Rotated90 2

Rotate text 90 degrees from horizontal.

Stacked 4

Stack text vertically.

Applies to