ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapMarker Class / MapMarkerStyle Property

In This Topic
    MapMarkerStyle Property
    In This Topic
    Gets or sets the point marker. That evaluates to one of MapMarker.MarkerStyle. The default value is MapMarker.MarkerStyle.None.
    Syntax
    'Declaration
     
    Public Property MapMarkerStyle As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo MapMarkerStyle {get; set;}
    See Also