ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPoint Class / MapPointTemplate Property

In This Topic
    MapPointTemplate Property (MapPoint)
    In This Topic
    Gets or sets the custom template to be used for the point. Ignored if UseCustomPointTemplate is False.
    Syntax
    'Declaration
     
    Public Property MapPointTemplate As MapMarkerTemplate
    public MapMarkerTemplate MapPointTemplate {get; set;}
    See Also