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 the Default text alignment. |
General | 1 | Specifies the General text alignment. |
Left | 2 | Specifies the Left text alignment. |
Center | 3 | Specifies the Center text alignment. |
Right | 4 | Specifies the Right text alignment. |