Skip to main content

TdxCustomLayoutGroupButton.Height Property

Specifies a layout group button’s height, in pixels.

Declaration

property Height: Cardinal read; write; default 0;

Property Value

Type Default
Cardinal 0

Remarks

Use this property to change the button’s height. The group’s ButtonOptions.DefaultHeight property value defines the button’s height if the Height property value is 0.

Note

The Height property value does not affect the check box‘s height; it specifies the height of the area allocated for the check box. The control‘s look and feel settings define the check box’s size.

The default value of the Height property is 0.

See Also