Skip to main content

TdxLayoutGroupButtonOptions.DefaultHeight Property

Specifies the default height for buttons.

Declaration

property DefaultHeight: Cardinal read; write; default 16;

Property Value

Type Default
Cardinal 16

Remarks

The button’s Height property overrides the DefaultHeight property.

If the button’s Height property is not specified, the DefaultHeight property is used.

The default value of the DefaultHeight property is 16.

See Also