2 references to Animated
Microsoft.Maui.Controls (2)
Shell\PresentationMode.cs (1)
18
ModalAnimated = PresentationMode.
Animated
| PresentationMode.Modal,
Shell\Shell.cs (1)
50
public static readonly BindableProperty PresentationModeProperty = BindableProperty.CreateAttached("PresentationMode", typeof(PresentationMode), typeof(Shell), PresentationMode.
Animated
);