MapPositions 枚举
Represents the item positions in a map.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration MapPositions
用法
Dim instance As MapPositions
public enum MapPositions
public enum class MapPositions
type MapPositions
public enum MapPositions
成员
成员名称 | 说明 | |
---|---|---|
TopCenter | The title is positioned at the top center. | |
TopLeft | The title is positioned at the top left. | |
TopRight | The title is positioned at the top right. | |
LeftTop | The title is positioned at the left top. | |
LeftCenter | The title is positioned at the left center. | |
LeftBottom | The title is positioned at the left bottom. | |
RightTop | The title is positioned at the right top. | |
RightCenter | The title is positioned at the right center. | |
RightBottom | The title is positioned at the right bottom. | |
BottomRight | The title is positioned at the bottom right. | |
BottomCenter | The title is positioned at the bottom center. | |
BottomLeft | The title is positioned at the bottom left. |