Hello,
Welcome to Microsoft Q&A!
There is no sample in UWP samples that directly gives the UI layout of the MSN Money app. The UI layout of Msn Money is built with many different controls.
If you are looking for the controls that build the layout of the MSN Money UI, you could take a look at the NavigationView class first . You could also find how to use it in Xaml-Controls-Gallery.
Then you could add other controls into the NavigationView to build a similar UI layout like the MSN Money app.
Thank you.