Skip to main content

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

public NavigationElementHorizontalAlignment HorizontalAlignment { get; set; }
Public Property HorizontalAlignment As NavigationElementHorizontalAlignment

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
.ActualScalePanelOptions.HorizontalAlignment
MapControl
.ScalePanelOptions.HorizontalAlignment
MapControl
.ActualScrollButtonsOptions.HorizontalAlignment
MapControl
.ScrollButtonsOptions.HorizontalAlignment
MapControl
.ActualCoordinatesPanelOptions.HorizontalAlignment
MapControl
.CoordinatesPanelOptions.HorizontalAlignment
MapControl
.ActualZoomTrackbarOptions.HorizontalAlignment
MapControl
.ZoomTrackbarOptions.HorizontalAlignment

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