VerticalAlignments 列舉
Specifies the vertical alignment of text within a report item.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Enumeration VerticalAlignments
'用途
Dim instance As VerticalAlignments
public enum VerticalAlignments
public enum class VerticalAlignments
type VerticalAlignments
public enum VerticalAlignments
成員
成員名稱 | 說明 | |
---|---|---|
Default | Specifies the default vertical text alignment, which is the same as Top. | |
Top | Specifies top-aligned text. | |
Middle | Specifies vertically-centered text alignment. | |
Bottom | Specifies bottom-aligned text. |