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

NavigationPanelOptions.VerticalAlignment Property

Returns the vertical alignment of the Navigation Panel.

Namespace: DevExpress.UI.Xaml.Map

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

Declaration

public VerticalAlignment VerticalAlignment { get; }

Property Value

Type Description
Windows.UI.Xaml.VerticalAlignment

A Windows.UI.Xaml.VerticalAlignment object.

Property Paths

You can access this nested property as listed below:

Object Type Path to VerticalAlignment
MapControl
.NavigationPanelOptions.VerticalAlignment
See Also