ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygon Class / MapCenterPointTemplate Property

In This Topic
    MapCenterPointTemplate Property (MapPolygon)
    In This Topic
    Gets or sets the custom point template to be used for the polygon center point. Ignored if UseCustomCenterPointTemplate is false.
    Syntax
    'Declaration
     
    Public Property MapCenterPointTemplate As MapMarkerTemplate
    public MapMarkerTemplate MapCenterPointTemplate {get; set;}
    See Also