Skip to main content

MapCustomElementSettings Members

Contains settings to generate custom map elements.

Constructors

Name Description
MapCustomElementSettings() Initializes a new instance of the MapCustomElementSettings class with default settings.

Fields

Name Description
ContentTemplateProperty static Identifies the MapCustomElementSettings.ContentTemplate dependency property.
ContentTemplateSelectorProperty static Identifies the MapCustomElementSettings.ContentTemplateSelector dependency property.
IsHitTestVisibleProperty static Identifies the MapItemSettingsBase.IsHitTestVisible dependency property. Inherited from MapItemSettingsBase.
TemplateProperty static Identifies the MapCustomElementSettings.Template dependency property.
VisibleProperty static Identifies the MapItemSettingsBase.Visible dependency property. Inherited from MapItemSettingsBase.

Properties

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.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also