NavigationElementOptions.HorizontalAlignment Property
Gets or sets a value that specifies the horizontal position of a navigation element.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v14.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| NavigationElementHorizontalAlignment | A NavigationElementHorizontalAlignment enumeration value. |
Property Paths
You can access the NavigationElementOptions.HorizontalAlignment property from the following objects:
| Object Type | Path to HorizontalAlignment |
|---|---|
| MapControl |
|
| MapControl |
|
| MapControl |
|
| MapControl |
|
| MapControl |
|
| MapControl |
|
| MapControl |
|
| MapControl |
|
Examples
The following example demonstrates how to customize the appearance, position and visibility of map navigation elements: Zoom Trackbar, Scroll Buttons, Scale Panel and Coordinates Panel.
See Also