TextOrientations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the orientation of the title text.
public enum class TextOrientations
public enum TextOrientations
type TextOrientations =
Public Enum TextOrientations
- Inheritance
-
TextOrientations
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Automatically adjust text orientation. |
Horizontal | 1 | Horizontal text. |
Rotated90 | 2 | Rotate text 90 degrees from horizontal. |
Rotated270 | 3 | Rotate text 270 degrees from horizontal. |
Stacked | 4 | Stack text vertically. |