MapPathSettings Members
Contains settings used to generate map paths.Constructors
| Name | Description |
|---|---|
| MapPathSettings() | Initializes a new instance of the MapPathSettings class with default settings. |
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 |
|---|---|
| Default static | Returns the default settings of MapPath objects. |
| 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