CoordinatesPanelOptions Members
Contains options that define the position and layout of the Coordinates Panel element.Constructors
| Name | Description |
|---|---|
| CoordinatesPanelOptions() | Initializes a new instance of the CoordinatesPanelOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| HorizontalAlignmentProperty static | Identifies the MapElementOptions.HorizontalAlignment dependency property. Inherited from MapElementOptions. |
| MarginProperty static | Identifies the MapElementOptions.Margin dependency property. Inherited from MapElementOptions. |
| VerticalAlignmentProperty static | Identifies the MapElementOptions.VerticalAlignment dependency property. Inherited from MapElementOptions. |
| VisibleProperty static | Identifies the MapElementOptions.Visible dependency property. Inherited from MapElementOptions. |
Properties
| Name | Description |
|---|---|
| HorizontalAlignment | Gets or sets the Map UI element’s horizontal position. Inherited from MapElementOptions. |
| Margin | Gets or sets the Map UI element’s margin. Inherited from MapElementOptions. |
| VerticalAlignment | Gets or sets the Map UI element’s vertical position. Inherited from MapElementOptions. |
| Visible | Gets or sets a value that specifies whether the Map UI element is visible. Inherited from MapElementOptions. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also