CTWritingDirection 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.
An enumeration whose values can be used as flags indicating writing directions.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CTWritingDirection
type CTWritingDirection =
- Inheritance
-
CTWritingDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Natural | -1 | |
Embedding | 0 | |
LeftToRight | 0 | |
RightToLeft | 1 | |
Override | 2 |