ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygonTemplate.PolygonLabelPlacement Enumeration

In This Topic
    MapPolygonTemplate.PolygonLabelPlacement Enumeration
    In This Topic
    Indicates the label placement of the polygon
    Syntax
    'Declaration
     
    Public Enum MapPolygonTemplate.PolygonLabelPlacement 
       Inherits System.Enum
    public enum MapPolygonTemplate.PolygonLabelPlacement : System.Enum 
    Members
    MemberDescription
    BottomCenterLabel placed to the bottom center.
    BottomLeftLabel placed to the bottom left.
    BottomRightLabel placed to the bottom right.
    MiddleCenterLabel placed to the middle center.
    MiddleLeftLabel placed to the middle left.
    MiddleRightLabel placed to the middle right.
    TopCenterLabel placed to the top center.
    TopLeftLabel placed to the top left.
    TopRightLabel placed to the top right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.MapPolygonTemplate.PolygonLabelPlacement

    See Also