TdxZone.Width Property
Gets the width of the zone.
Declaration
property Width: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The Width property returns the width of the zone in pixels. Note that the width of the zone specifies its entire dimension. The reason is that at least one dimension of a zone is controlled by the corresponding dimension of its owning control. For instance, the height of the left dock zone is specified by the owner control’s height. Dimensions of client zones match the dimensions of the owning control.
The width of a zone is specified by the constructor’s parameter.
You can access the position and dimensions of a zone via the Rectangle property.
See Also