2 references to PeekAreaInsets
Microsoft.Maui.Controls (2)
Items\CarouselView.cs (2)
36
/// <summary>Bindable property for <see cref="
PeekAreaInsets
"/>.</summary>
37
public static readonly BindableProperty PeekAreaInsetsProperty = BindableProperty.Create(nameof(
PeekAreaInsets
), typeof(Thickness), typeof(CarouselView), default(Thickness));