TdxWizardControlOptionsButtons.Width Property
In This Article
Specifies the pixel width of all wizard buttons.
#Declaration
Delphi
property Width: Integer read; write; default 0;
#Property Value
Type | Default | Description |
---|---|---|
Integer | 0 | The width of all wizard buttons, in pixels. If the property value is |
#Remarks
Use Width
and Height properties to adjust the dimensions of all wizard control buttons.
#Default Value
The Width
property’s default value is 0
.
The default Width
property value indicates that the dxWizardControlDefaultButtonWidth global constant defines the width of all wizard buttons.
See Also