Back to Devexpress

TdxDockingManager.SelectionFrameWidth Property

vcl-dxdockcontrol-dot-tdxdockingmanager-1e8e94d2.md

latest2.3 KB
Original Source

TdxDockingManager.SelectionFrameWidth Property

Specifies the default width of the pen used to paint the docking frame and resizing bar.

Declaration

delphi
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

TdxCustomDockControl.OnCustomDrawDockingSelection

TdxCustomDockControl.OnCustomDrawResizingSelection

TdxDockingManager.OnCustomDrawDockingSelection

TdxDockingManager.OnCustomDrawResizingSelection

Docking Frame and Resizing Bar Custom Painting

Docking Frame Custom Painting Sample

Resizing Bar Custom Painting Sample

TdxDockingManager Class

TdxDockingManager Members

dxDockControl Unit