TextAlignments 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 horizontal alignment for the text within a report item.
public enum class TextAlignments
public enum TextAlignments
type TextAlignments =
Public Enum TextAlignments
- Inheritance
-
TextAlignments
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies that the text alignment is derived from the data type and the peer Direction. |
General | 1 | Specifies that the text is left-aligned. |
Left | 2 | Specifies that the text is center-aligned. |
Center | 3 | Specifies the default horizontal text alignment, which is the same as General. |
Right | 4 | Specifies that the text is right-aligned. |