Back to Devexpress

NavigationPanelOptions.Height Property

windowsforms-devexpress-dot-xtramap-dot-navigationpaneloptions-62787914.md

latest1.9 KB
Original Source

NavigationPanelOptions.Height Property

Gets or sets the navigation panel‘s height in device-independent pixels (DIPs).

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(80)]
public int Height { get; set; }
vb
<DefaultValue(80)>
Public Property Height As Integer

Property Value

TypeDefaultDescription
Int3280

An integer value that specifies the navigation panel’s height.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Height
MapControl

.NavigationPanelOptions .Height

|

Remarks

The following code defines the navigation panel height:

csharp
mapControl1.NavigationPanelOptions.Height = 70;
vb
mapControl1.NavigationPanelOptions.Height = 70

See Also

NavigationPanelOptions Class

NavigationPanelOptions Members

DevExpress.XtraMap Namespace