MapElementOptions Members
The base class for all Map Control’s UI elements’ options storages.Fields
| Name | Description |
|---|---|
| HorizontalAlignmentProperty static | Identifies the MapElementOptions.HorizontalAlignment dependency property. |
| MarginProperty static | Identifies the MapElementOptions.Margin dependency property. |
| VerticalAlignmentProperty static | Identifies the MapElementOptions.VerticalAlignment dependency property. |
| VisibleProperty static | Identifies the MapElementOptions.Visible dependency property. |
Properties
| Name | Description |
|---|---|
| HorizontalAlignment | Gets or sets the Map UI element’s horizontal position. |
| Margin | Gets or sets the Map UI element’s margin. |
| VerticalAlignment | Gets or sets the Map UI element’s vertical position. |
| Visible | Gets or sets a value that specifies whether the Map UI element is visible. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also