[]
Defines the template to be applied on map spatial elements within a vector layer
public abstract class MapSpatialElementTemplate : ICloneable
Name | Description |
---|---|
MapSpatialElementTemplate() | Initializes a new instance of the MapSpatialElementTemplate class. |
Name | Description |
---|---|
ActionInfo | Actions for the map elements. |
DataElementLabel | The label for the data element. Defaults to the value of Label property. An expression should evaluate to a string. |
DataElementName | The name to use for the data element for this value. Must be a CLS-compliant identifier. If not defined, MapDataRow is used. |
DataElementOutput | Gets or sets whether the item should appear in a data rendering. That evaluates to one of DataElementOutput. The default value is Output. |
Hidden | Gets or sets the map element is hidden. An expression should evaluate to a bool. |
Label | The label to display on the map elements. An expression should evaluate to a string. |
OffsetX | Gets or sets the X offset for the element in geographic units. An expression should evaluate to a double. |
OffsetY | Gets or sets the Y offset for the element in geographic units. An expression should evaluate to a double. |
Style | Gets or sets style properties to be applied to the map elements. Each of the properties of type Color support transparency. |
ToolTip | Tool tip to display for the map elements. An expression should evaluate to a string. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |