[]
Defines an element to be embedded within a MapPolygonLayer
public sealed class MapPolygon : MapSpatialElement
Name | Description |
---|---|
MapPolygon() | Initializes a new instance of the MapPolygon class. |
Name | Description |
---|---|
DefaultUseCustomCenterPointTemplate | Defaul value defining will the custom point template be used for the polygon center point or the layer template. |
DefaultUseCustomPolygonTemplate | Defaul value defining will the custom polygon template be used for the polygon or the layer template. |
Name | Description |
---|---|
MapCenterPointTemplate | Gets or sets the custom point template to be used for the polygon center point. Ignored if UseCustomCenterPointTemplate is false. |
MapPolygonTemplate | Gets or sets the custom polygon template to be used for the polygon. Ignored if UseCustomPolygonTemplate is false. |
UseCustomCenterPointTemplate | Gets or sets a custom point template will be used for the polygon center point, otherwise the layer template will be used. An expression should evaluate to a bool. |
UseCustomPolygonTemplate | Gets or sets a custom polygon template will be used for the polygon, otherwise the layer template will be used. An expression should evaluate to a bool. |