Back to Devexpress

TdxMapControlNavigationPanel.Height Property

vcl-dxmapcontrol-dot-tdxmapcontrolnavigationpanel-1411f302.md

latest954 B
Original Source

TdxMapControlNavigationPanel.Height Property

Specifies the height of the navigation panel, in pixels.

Declaration

delphi
property Height: Integer read; write; default 80;

Property Value

TypeDefault
Integer80

Remarks

If the panel height is reduced so that it’s insufficient to completely display certain UI elements on the panel, these elements are automatically hidden.

The Height property updates automatically by multiplying its current value by the form’s scaling factor every time it changes.

The default value of the Height property is 80.

See Also

TdxMapControlNavigationPanel Class

TdxMapControlNavigationPanel Members

dxMapControl Unit