2 references to VisibleViews
Microsoft.Maui.Controls (2)
Items\CarouselView.cs (2)
46
static readonly BindablePropertyKey VisibleViewsPropertyKey = BindableProperty.CreateReadOnly(nameof(
VisibleViews
), typeof(ObservableCollection<View>), typeof(CarouselView), null, defaultValueCreator: (b) => new ObservableCollection<View>());
48
/// <summary>Bindable property for <see cref="
VisibleViews
"/>.</summary>