Hello,
Welcome to Microsoft Q&A.
For XAML in UWP, you could refer to the XAML platform which contains XAML overview, and Design and code Windows apps which contains multiple parts such as Design basics, Layout, Controls and so on.
When you create a Blank App(UWP), you will see the MainPage.xaml
file which auto contains the Page
element. You could add a panel such as Grid
, StackPanel
(referring to the document) within the Page
element as the root element. Then add various controls into a panel referring to document about Controls.
If you want a complete view of a xaml file, you could download the official samples to your local machine and open a sample in the Samples folder with Visual Studio. Or, you could download the XAML Controls Gallery from Windows Store to view various xaml elements and their effects.
If the response is helpful, please click "Accept Answer" and upvote it.
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.