TdxDockingManager.SelectionFrameWidth Property
Specifies the default width of the pen used to paint the docking frame and resizing bar.
Declaration
property SelectionFrameWidth: Integer read; write; default dxSelectionFrameWidth;
Property Value
Type |
---|
Integer |
Remarks
The image below shows the resizing bar when this property is set to 4 and 8 respectively.
Note that you can custom paint docking frames and resizing bars. Please refer to the Docking Frame and Resizing Bar Custom Painting topic for details.
The default value of the SelectionFrameWidth property is dxSelectionFrameWidth.
See Also