2 references to IsDragging
Microsoft.Maui.Controls (2)
Items\CarouselView.cs (2)
54
static readonly BindablePropertyKey IsDraggingPropertyKey = BindableProperty.CreateReadOnly(nameof(
IsDragging
), typeof(bool), typeof(CarouselView), false);
56
/// <summary>Bindable property for <see cref="
IsDragging
"/>.</summary>