ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygonTemplate Class / LabelPlacement Property

In This Topic
    LabelPlacement Property (MapPolygonTemplate)
    In This Topic
    Gets or sets the label placement of the polygon. That evaluates to one of MapPolygonTemplate.PolygonLabelPlacement. The default value is MapPolygonTemplate.PolygonLabelPlacement.MiddleCenter.
    Syntax
    'Declaration
     
    Public Property LabelPlacement As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo LabelPlacement {get; set;}
    See Also