TcxButtonImageOptions.Spacing Property
In This Article
Specifies the space between the button image and the button’s caption, in pixels.
#Declaration
Delphi
property Spacing: Integer read; write; default 4;
#Property Value
Type | Default |
---|---|
Integer | 4 |
#Remarks
Setting this property to -1 centers the button’s caption in the space between the image and the opposite button edge, as shown below.
The default value of the Spacing property is 4.
See Also