FMX.Controls3D.TControl3D.DisableDragHighlight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableDragHighlight: Boolean read FDisableDragHighlight write FDisableDragHighlight default False;

C++

__property bool DisableDragHighlight = {read=FDisableDragHighlight, write=FDisableDragHighlight, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Specifies whether to enable or disable the highlight of this object when in drag mode.

Use the DisableDragHighlight property to specify whether the highlight of the 3D object being dragged appears on the screen. Set DisableDragHighlight to True to hide the dragging-mode 3D highlight of this 3D control.

See Also