Shell.SetPresentationMode(BindableObject, PresentationMode) Method

Definition

public:
 static void SetPresentationMode(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Controls::PresentationMode presentationMode);
public static void SetPresentationMode (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.PresentationMode presentationMode);
static member SetPresentationMode : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PresentationMode -> unit
Public Shared Sub SetPresentationMode (obj As BindableObject, presentationMode As PresentationMode)

Parameters

presentationMode
PresentationMode

Applies to