Which version of the app?
WinUI 3 Gallery
Description
There is an error on StackPanelPage.xaml.cs when this is called for the first time:
Original Line 26:
string orientationName = rb.Tag.ToString();
Updated Line:
string orientationName = rb.Content.ToString();
Screenshots



Windows version
No response
Additional context
No response