Directions 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 within a report item is written left-to-right or right-to-left.
public enum class Directions
public enum Directions
type Directions =
Public Enum Directions
- Inheritance
-
Directions
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the default text direction, which is the same as LTR. |
LTR | 1 | Specifies that text is written left-to-right. |
RTL | 2 | Specifies that the text is written right-to-left. |