TextOrientations 列舉型別
Specifies the orientation of the title text.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Enumeration TextOrientations
'用途
Dim instance As TextOrientations
public enum TextOrientations
public enum class TextOrientations
type TextOrientations
public enum TextOrientations
成員
| 成員名稱 | 描述 | |
|---|---|---|
| Auto | Automatically adjust text orientation. | |
| Horizontal | Horizontal text. | |
| Rotated90 | Rotate text 90 degrees from horizontal. | |
| Rotated270 | Rotate text 270 degrees from horizontal. | |
| Stacked | Stack text vertically. |