field
GestureRecognizer.ObstructDrags
When ObstructDrags == true
, drag gestures will not be routed to content behind the attached UIBlock.
When false, content behind the attached UIBlock can receive drag gestures if it is draggable in a direction this component is not.
Declaration
public bool ObstructDrags;
Remarks
Does not impact the draggable state of this component.