Orientations 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 Orientations
public enum Orientations
type Orientations =
Public Enum Orientations
- Inheritance
-
Orientations
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Specifies the Automatic orientation. |
Horizontal | 1 | Specifies the horizontal orientation. |
Vertical | 2 | Specifies the Vertical orientation. |