2 references to IsVisibleProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeItem.cs (2)
27 get { return (bool)GetValue(IsVisibleProperty); } 28 set { SetValue(IsVisibleProperty, value); }