[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Position for the bottom of the associated Control including assigned border spacing.
Source position: controls.pp line 871
public property TControlBorderSpacing.ControlBottom : Integer |
ControlBottom is a read-only Integer property. Its value is calculated as the sum of the Top property in the Control and its Height with the values in the Around and Bottom properties.
For example:
Control.Top + Control.Height + Around + Bottom
If a TControl instance is not available in Control, the value for the property is 0 (zero).
|
The control where the border spacing values are applied. |
|
|
The border space on each of the edges for the associated control. |
|
|
The border space on the bottom edge of the associated control. |
|
|
Total width for the control including border spacing values in Around, Left, and Right. |
|
|
The client coordinate for the top edge of the control. |
|
|
The vertical size for the control. |
Version 4.0 | Generated 2025-05-03 | Home |