2 references to TopItemsProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeView.cs (2)
82
get { return (SwipeItems)GetValue(
TopItemsProperty
); }
83
set { SetValue(
TopItemsProperty
, value); }