Name | Description | |
---|---|---|
![]() | MapPolygon Constructor | Initializes a new instance of the MapPolygon class. |
The following tables list the members exposed by MapPolygon.
Name | Description | |
---|---|---|
![]() | MapPolygon Constructor | 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 System.Boolean. |
![]() | 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 System.Boolean. |