A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Hello PatrickRyder,
Welcome to our Microsoft Q&A platform!
is there any way to access the following property that I set in the constructor for the ContentPage being displayed
To access the presentation mode of the page, try using Shell.GetPresentationMode method.
Here is the sample code, you could refer to it.
var mode = Shell.GetPresentationMode(this);
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.