VerticalAlignments 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 vertical alignment of text within a report item.
public enum class VerticalAlignments
public enum VerticalAlignments
type VerticalAlignments =
Public Enum VerticalAlignments
- Inheritance
-
VerticalAlignments
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the Default vertical alignment. |
Top | 1 | Specifies the Top vertical alignment. |
Middle | 2 | Specifies the Middle vertical alignment. |
Bottom | 3 | Specifies the Bottom vertical alignment. |