WritingModes 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 whether text is written vertically or horizontally.
public enum class WritingModes
public enum WritingModes
type WritingModes =
Public Enum WritingModes
- Inheritance
-
WritingModes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the default mode of writing text, which is the same as Horizontal. |
Horizontal | 1 | Specifies horizontal text. |
Vertical | 2 | Specifies vertical text, which must rotate individual text character 90 degrees. |
Rotate270 | 3 | Specifies vertical text, which must rotate individual text character 270 degrees. |