Skip to main content

TdxWizardControlOptionsButtons.Height Property

Specifies the height (in pixels) of all wizard buttons.

Declaration

property Height: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

You can use this property to adjust the height of all wizard control buttons simultaneously. If the Height property is set to 0, the dxWizardControlDefaultButtonHeight global constant value determines the height of all wizard buttons.

Height is a DPI-aware property whose value updates according to the parent DPI-aware form’s scale factor every time it changes.

The Height property’s default value is 0.

See Also