MapCustomElementSettings Properties
Contains settings to generate custom map elements.| Name | Description |
|---|---|
| ContentTemplate | Gets or sets the content template displaying custom elements generated using these settings. |
| ContentTemplateSelector | Gets or sets the content template selector. |
| Default static | Returns the default settings of MapCustomElement objects. |
| IsHitTestVisible | Gets or sets a value that defines whether a map item can be returned as a hit-testing result. Inherited from MapItemSettingsBase. |
| Template | Gets or sets the template used to display custom elements generated with these settings. |
| Visible | Gets or sets the value that specifies whether the map items generated using these settings are visible. Inherited from MapItemSettingsBase. |
See Also