property Gauge.LayerDragAny as Long
Specifies the index of the layer to drag (rotate or move) once the user clicks anywhere on the control.

TypeDescription
Long A long expression that specifies the index of the layer to drag (rotate or move) once the user clicks anywhere on the control.
By default, the LayerDragAny property is -1, which indicates that has no effect. The LayerDragAny property specifies the index of the layer to drag (rotate or move) once the user clicks anywhere on the control. For instance, if the LayerDragAny property is 0, it means that the layer with the index-0 is always dragging no matter where the cursor is.