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 | The alignment is Default. |
Top | 1 | The alignment is Top. |
Middle | 2 | The alignment is Middle. |
Bottom | 3 | The alignment is Bottom. |