MapPolygonLabelPlacements 列舉
Represents label placements for the map polygon layer.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Enumeration MapPolygonLabelPlacements
'用途
Dim instance As MapPolygonLabelPlacements
public enum MapPolygonLabelPlacements
public enum class MapPolygonLabelPlacements
type MapPolygonLabelPlacements
public enum MapPolygonLabelPlacements
成員
成員名稱 | 說明 | |
---|---|---|
BottomCenter | The label is positioned in the bottom center of the polygon. | |
BottomLeft | The label is positioned in the bottom left of the polygon. | |
BottomRight | The label is positioned in the bottom right of the polygon. | |
MiddleCenter | The label is positioned in the middle center of the polygon. | |
MiddleLeft | The label is positioned in the middle left of the polygon. | |
MiddleRight | The label is positioned in the middle right of the polygon. | |
TopCenter | The label is positioned in the top center of the polygon. | |
TopLeft | The label is positioned in the top left of the polygon. | |
TopRight | The label is positioned in the top right of the polygon. |