Skip to main content

NavigationPanelOptions.Orientation Property

Returns the orientation of the Navigation Panel.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Orientation Orientation { get; }

Property Value

Type Description
Orientation

A Orientation object.

Property Paths

You can access this nested property as listed below:

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