2 references to LeftItemsProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeView.cs (2)
68 get { return (SwipeItems)GetValue(LeftItemsProperty); } 69 set { SetValue(LeftItemsProperty, value); }