TIWCGJQDropOptions.Tolerance Property
Specifies which mode to use for testing whether a draggable is 'over' a droppable. Possible values: 'fit', 'intersect', 'pointer', 'touch'. - fit: draggable overlaps the droppable entirely; - intersect: draggable overlaps the droppable at least 50%; - pointer: mouse pointer overlaps the droppable; - touch: draggable overlaps the droppable any amount
published property Tolerance: string index 07 read GetStringValue write SetStringValue stored IsStringStored;
Property Value
Type: string