[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Total width for the control including border spacing values in Around, Left, and Right.
Source position: controls.pp line 868
public property TControlBorderSpacing.ControlWidth : Integer |
ControlWidth is a read-only Integer property that contains the total width for the control including spacing values in the Around, Left, and Right properties. The property value is calculated using the following formula:
Control.Width + (2 * Around) + Left + Right
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 left edge of the associated control. |
|
|
The border space on the right edge of the associated control. |
|
|
Total height for the control including border spacing values in Around, Top, and Bottom. |
|
|
The horizontal size for the control. |
Version 4.0 | Generated 2025-05-03 | Home |