MapItemSettingsBase Members
The base class for all map items settings classes.Constructors
| Name | Description |
|---|---|
| MapItemSettingsBase() | Initializes a new instance of the MapItemSettingsBase class with default settings. |
Fields
| Name | Description |
|---|---|
| IsHitTestVisibleProperty static | Identifies the MapItemSettingsBase.IsHitTestVisible dependency property. |
| VisibleProperty static | Identifies the MapItemSettingsBase.Visible dependency property. |
Properties
| Name | Description |
|---|---|
| IsHitTestVisible | Gets or sets a value that defines whether a map item can be returned as a hit-testing result. |
| Visible | Gets or sets the value that specifies whether the map items generated using these settings are visible. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also