2 references to CanDrag
Microsoft.Maui.Controls (2)
DragAndDrop\DragGestureRecognizer.cs (2)
13
/// <summary>Bindable property for <see cref="
CanDrag
"/>.</summary>
14
public static readonly BindableProperty CanDragProperty = BindableProperty.Create(nameof(
CanDrag
), typeof(bool), typeof(DragGestureRecognizer), true);