- Mastering Visual Studio 2017
- Kunal Chowdhury
- 227字
- 2021-07-15 17:26:44
Getting familiar with XAML Designer
When you open an XAML page, the Visual Studio 2017 editor opens it in two different views side-by-side within the same screen. These two views are named as Designer View and XAML View. In the designer view, you will be able to design your UI by drag, drop, resize, and so on and on the other side, the XAML view will allow you to write XAML codes directly to create the UI:

Check out the preceding screenshot to have a glimpse on how the Visual Studio loads the XAML page and provides you the option to change the view as follows:
- Switch to design view: Double-clicking on this icon will change the view to full screen designer view, hiding the XAML editor
- Swap panes: This will allow you to swap the views, left to right (vertical split) or up to down (horizontal split)
- Switch to XAML view: If you double-click on this icon, it will change the view to full screen XAML view, hiding the designer
- Vertical Split: When you do a vertical split, the designer view and the XAML editor view will set side by side (as shown in the preceding screenshot) left and right
- Horizontal Split: When you do a horizontal split, the designer view and the XAML editor view will align top and bottom positions in a stack fashion
推薦閱讀
- 高手是如何做產(chǎn)品設計的(全2冊)
- Java面向?qū)ο筌浖_發(fā)
- Practical UX Design
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實訓版)
- 數(shù)據(jù)結(jié)構(gòu)(C語言)
- Learning Data Mining with R
- C++新經(jīng)典
- Node.js:來一打 C++ 擴展
- 匯編語言編程基礎:基于LoongArch
- 大話Java:程序設計從入門到精通
- Principles of Strategic Data Science
- Hadoop大數(shù)據(jù)分析技術
- Practical Predictive Analytics
- Mudbox 2013 Cookbook