[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapMarker

MapMarker Class

Defines a marker to be applied to points within a point or polygon layer.

Inheritance
MapMarker
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapMarker : ICloneable

Constructors

Name Description
MapMarker()

Initializes a new instance of the MapMarker class.

Fields

Name Description
DefaultMarkerStyle

Default value for the point marker style.

Properties

Name Description
MapMarkerImage

Gets or sets an image to be used for point marker. Mandatory if MapMarkerStyle, otherwise ignored.

MapMarkerStyle

Gets or sets the point marker. That evaluates to one of MapMarker.MarkerStyle. The default value is None.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Extension Methods