[]
Defines an element to be embedded within a MapPointLayer
public sealed class MapPoint : MapSpatialElement
| Name | Description |
|---|---|
| MapPoint() | Initializes a new instance of the MapPoint class. |
| Name | Description |
|---|---|
| DefaultUseCustomPointTemplate | Defaul value defining will the custom template be used for the point or the layer template. |
| Name | Description |
|---|---|
| MapPointTemplate | Gets or sets the custom template to be used for the point. Ignored if UseCustomPointTemplate is False. |
| UseCustomPointTemplate | Gets or sets a custom template will be used for the point, otherwise the layer template will be used. An expression should evaluate to a bool. |