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

NavigationPanelOptions.Orientation Property

Returns the orientation of the Navigation Panel.

Namespace: DevExpress.UI.Xaml.Map

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

Declaration

public Orientation Orientation { get; }

Property Value

Type Description
Windows.UI.Xaml.Controls.Orientation

A Windows.UI.Xaml.Controls.Orientation object.

Property Paths

You can access this nested property as listed below:

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