2 references to PresentationModeProperty
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
206
public static PresentationMode GetPresentationMode(BindableObject obj) => (PresentationMode)obj.GetValue(
PresentationModeProperty
);
213
public static void SetPresentationMode(BindableObject obj, PresentationMode presentationMode) => obj.SetValue(
PresentationModeProperty
, presentationMode);