Skip to main content

TdxMapControlNavigationPanel.Height Property

Specifies the height of the navigation panel, in pixels.

Declaration

property Height: Integer read; write; default 80;

Property Value

Type Default
Integer 80

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