[]
Defines a marker to be applied to points within a point or polygon layer.
public sealed class MapMarker : ICloneable
Name | Description |
---|---|
MapMarker() | Initializes a new instance of the MapMarker class. |
Name | Description |
---|---|
DefaultMarkerStyle | Default value for the point marker style. |
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. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |