[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Spacing between the Glyph bitmap and the Caption for the control.
Source position: buttons.pp line 433
public property TCustomSpeedButton.Spacing : Integer |
If Spacing is -1 and Margin is -1 then the glyph and the Caption are centered, with the same amount of unused space on each side of the control. If Spacing is -1 and Margin is not -1 then Spacing will fill the remaining unused space.
Changing the value for the property causes the preferred size to be recalculated, and the control is redrawn (in SetSpacing).
|
Sets the value for the Spacing property. |
|
|
Space between the glyph bitmap and the aligned edge in the button layout. |
|
|
Indicates the alignment of the glyph bitmap relative to the caption for the control. |
|
|
Horizontal alignment for the text displayed on the button control. |
|
|
The bitmap with the glyph image(s) displayed for button states. |
|
|
Indicates if the Caption for the speed button is displayed. |
|
|
The text displayed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |