TdxControlFrameDragOptions.Borders Property
Explicitly specifies draggable frame borders.
Declaration
property Borders: TcxBorders read; write; default [];
Property Value
Type | Description |
---|---|
TcxBorders | A set of individual frame borders. |
Remarks
Use the Borders
property to specify which borders are draggable regardless of the AutoDetectBorders property value.
The Borders
property’s default value is []
.
See Also