FMX.Objects3D.TEllipse3D.DragMode
Delphi
property DragMode default TDragMode.dmManual;
C++
__property DragMode = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | published | FMX.Objects3D.pas FMX.Objects3D.hpp | FMX.Objects3D | TEllipse3D | 
Description
Specifies how the control initiates drag-and-drop or drag-and-dock operations.
FMX.Objects3D.TEllipse3D.DragMode inherits from FMX.Controls3D.TControl3D.DragMode. All content below this line refers to FMX.Controls3D.TControl3D.DragMode.
Specifies how the control initiates drag-and-drop or drag-and-dock operations.
Read the DragMode property to control when the user can drag the control. Disable the drag-and-drop or drag-and-dock capability at run time by setting the DragMode property value to dmManual. Enable automatic dragging by setting DragMode to dmAutomatic. See TDragMode for a description of dmManual and dmAutomatic.