Vcl.Controls.TDragDockObject.FrameWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameWidth: Integer read GetFrameWidth;

C++

__property int FrameWidth = {read=GetFrameWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragDockObject

Description

Specifies the border width, in pixels, of the frame drawn around the drag image.

Read FrameWidth to determine the size of the frame drawn around the drag image. As implemented in TDragDockObject, this value is always 4 pixels.

See Also