Skip to main content

MapItemSettings Members

Contains settings used to generate map items.

Fields

Name Description
IsHitTestVisibleProperty static Identifies the MapItemSettingsBase.IsHitTestVisible dependency property. Inherited from MapItemSettingsBase.
VisibleProperty static Identifies the MapItemSettingsBase.Visible dependency property. Inherited from MapItemSettingsBase.

Properties

Name Description
IsHitTestVisible Gets or sets a value that defines whether a map item can be returned as a hit-testing result. Inherited from MapItemSettingsBase.
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