Skip to main content

TdxLayoutGroupButtonOptions.DefaultWidth Property

Specifies the default width for buttons.

Declaration

property DefaultWidth: Cardinal read; write; default 16;

Property Value

Type Default
Cardinal 16

Remarks

The button’s Width property overrides the DefaultWidth property.

If the button’s Width property is not specified, the DefaultWidth property is used.

The default value of the DefaultWidth property is 16.

See Also