TdxDockingManager.ResizeZonesWidth Property
In This Article
Specifies the default width of resize zones.
#Declaration
Delphi
property ResizeZonesWidth: Integer read; write; default dxResizeZonesWidth;
#Property Value
Type |
---|
Integer |
#Remarks
Resize zones are areas within dock controls where resizing can be initiated. These areas are aligned to specific edges of the control and have a fixed width. This width is specified by the ResizeZonesWidth property. Its value is set in pixels.
For additional information on resize zones, please refer to the Resize Zones topic.
The default value of the ResizeZonesWidth property is dxResizeZonesWidth.
See Also