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