Skip to main content
All docs
V26.1
  • TdxControlFrameDragOptions.DetectionAreaSize Property

    Specifies the width of the drag detection area of a frame border, in pixels.

    Declaration

    property DetectionAreaSize: Integer read; write; default DefaultDetectionAreaSize;

    Property Value

    Type Default Description
    Integer DefaultDetectionAreaSize

    The width of the drag detection area of a frame border, in pixels.

    Remarks

    To drag a frame border, a user clicks within a draggable border’s detection area within the panel, holds down the left mouse button, and moves the mouse. The detection area’s length and width are equal to the border’s length and the DetectionAreaSize property value, respectively.

    The DetectionAreaSize property’s default value is DefaultDetectionAreaSize.

    See Also