[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Total height for the control including border spacing values in Around, Top, and Bottom.
Source position: controls.pp line 869
public property TControlBorderSpacing.ControlHeight : Integer |
ControlHeight is a read-only Integer property with the total height for the associated Control including border spacing values. The property value is calculated using the following formula:
Control.Height + (2 * Around) + Top + 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 top edge of 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 vertical size for the control. |
Version 4.0 | Generated 2025-05-03 | Home |