3 references to IsVisibleProperty
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (2)
119 get => (bool)GetValue(IsVisibleProperty); 120 set => SetValue(IsVisibleProperty, value);
Shell\ShellItem.cs (1)
33 public static readonly new BindableProperty IsVisibleProperty = BaseShellItem.IsVisibleProperty;