Skip to main content
A newer version of this page is available. .

NavigationPanelOptions.HorizontalAlignment Property

Returns the horizontal alignment of the Navigation Panel.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v19.2.dll

Declaration

public HorizontalAlignment HorizontalAlignment { get; }

Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment object.

Property Paths

You can access this nested property as listed below:

Object Type Path to HorizontalAlignment
MapControl
.ActualNavigationPanelOptions.HorizontalAlignment
See Also