[]
Defines a template to be applied to points within a point or polygon layer
public class MapPointTemplate : MapSpatialElementTemplate, ICloneable
Name | Description |
---|---|
MapPointTemplate() | Initializes a new instance of the MapPointTemplate class. |
Name | Description |
---|---|
LabelPlacement | Gets or sets the label placement for the point. That evaluates to one of MapPointTemplate.MapPointLabelPlacement. The default value is Bottom. |
Size | Gets or sets the height and width of the plotting area of the point marker. An expression should evaluate to a Length. The default value is 5.25pt. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |