MapItem Fields
The base class for different map items.| Name | Description |
|---|---|
| AttributesProperty static | Identifies the MapItem.Attributes dependency property. |
| CanMoveProperty static | Identifies the MapItem.CanMove dependency property. |
| EnableHighlightingProperty static | Identifies the MapItem.EnableHighlighting dependency property. |
| EnableSelectionProperty static | Identifies the EnableSelection dependency property. |
| IsHitTestVisibleProperty static | Identifies the MapItem.IsHitTestVisible dependency property. |
| TagProperty static | Identifies the MapItem.Tag dependency property. |
| ToolTipPatternProperty static | Identifies the MapItem.ToolTipPattern dependency property. |
| VisibleProperty static | Identifies the MapItem.Visible dependency property. |
| ZIndexProperty static | Identifies the MapItem.ZIndex dependency property. |
See Also