Skip to main content

NavigationPanelOptions.VerticalAlignment Property

Returns the vertical alignment of the Navigation Panel.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public VerticalAlignment VerticalAlignment { get; }

Property Value

Type Description
VerticalAlignment

A VerticalAlignment object.

Property Paths

You can access this nested property as listed below:

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