I've looked it up but have found no solutions to my seemingly unique situation. I am trying to figure out how I would be able to bind and set a TextBlock text from within a different page.
What I want to be able to do in ShellPage.xaml.cs
SomeValue = "Some text...";
Page2.xaml
<TextBlock Text="{Binding SomeValue}" Style="{ThemeResource SubtitleTextBlockStyle}" />