MapItemAttribute Members
An attribute that can be applied to map items.Constructors
| Name | Description |
|---|---|
| MapItemAttribute() | Initializes a new instance of the MapItemAttribute class with default settings. |
| MapItemAttribute(IMapItemAttribute) | Initializes a new instance of the MapItemAttribute class with the specified settings. |
Fields
| Name | Description |
|---|---|
| NameProperty static | Identifies the MapItemAttribute.Name dependency property. |
| TypeProperty static | Identifies the MapItemAttribute.Type dependency property. |
| ValueProperty static | Identifies the MapItemAttribute.Value dependency property. |
Properties
| Name | Description |
|---|---|
| Name | Gets the attribute’s name. |
| Type | Gets or sets the type of an attribute. |
| Value | Gets the attribute’s value. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also