Hi @Luke Ferguson , Welcome to Microsoft Q&A!
It is recommended that you use UWP map control and set it to 3D style.
For more information, see Display maps with 2D, 3D, and Streetside views
<Page
...
...
xmlns:Maps="using:Windows.UI.Xaml.Controls.Maps">
<Grid>
<Maps:MapControl Style="Aerial3DWithRoads"/>
</Grid>
</Page>
Thank you.
If the answer is the right solution, 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.