Skip to content

Commit 10c8f32

Browse files
committed
small edit and quick Acrolinx pass
1 parent a728e62 commit 10c8f32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/xaml-tools/creating-a-ui-by-using-xaml-designer-in-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The XAML Designer in Visual Studio and Blend for Visual Studio provides a visual
2020
For advanced users, you can even [customize the XAML Designer](https://github.com/microsoft/xaml-designer-extensibility/blob/master/documents/xaml-designer-extensibility-migration.md).
2121

2222
> [!NOTE]
23-
> Xamarin.Forms does not support a XAML designer. To view your Xamarin.Forms XAML UIs and edit them while the app is running, use XAML Hot Reload for Xamarin.Forms. For more information, see the [XAML Hot Reload for Xamarin.Forms (Preview)](/xamarin/xamarin-forms/xaml/hot-reload/) page."
23+
> Xamarin.Forms does not support a XAML designer. To view your Xamarin.Forms XAML UIs and edit them while the app is running, use XAML Hot Reload for Xamarin.Forms. For more information, see the [XAML Hot Reload for Xamarin.Forms (Preview)](/xamarin/xamarin-forms/xaml/hot-reload/) page.
2424
2525
## XAML Designer workspace
2626

@@ -84,7 +84,7 @@ Displays or hides the snap grid that shows the gridlines. Gridlines are used whe
8484

8585
**Turn on/off snapping to gridlines**
8686

87-
If **snapping to gridlines** is enabled, when you drag an element on the artboard, the element tends to align with the closest horizontal and vertical gridlines.
87+
If **snapping to gridlines** is enabled, an element tends to align with the closest horizontal and vertical gridlines when you drag it onto the artboard.
8888

8989
**Toggle artboard background**
9090

@@ -110,7 +110,7 @@ The Document Outline window in Visual Studio is similar to the [Objects and Time
110110

111111
- View the hierarchical structure of all elements on the artboard.
112112

113-
- Select elements so that you can modify them (for example, move them around in the hierarchy or set their properties in the Properties window). For more information, see [Work with elements in XAML Designer](../xaml-tools/working-with-elements-in-xaml-designer.md).
113+
- Select elements so that you can modify them. For example, you can move them around in the hierarchy or set their properties in the Properties window. For more information, see [Work with elements in XAML Designer](../xaml-tools/working-with-elements-in-xaml-designer.md).
114114

115115
- Create and modify templates for elements that are controls.
116116

@@ -121,7 +121,7 @@ To view the Objects and Timeline window in Blend for Visual Studio, on the menu
121121

122122
![Document Outline window in Visual Studio](media/document-outline-window.png)
123123

124-
The main view in the Document Outline/Objects and Timeline window displays the hierarchy of a document in a tree structure. You can use the hierarchical nature of the document outline to examine the document at varying levels of detail and to lock and hide elements singly or in groups. These are the options available in the Document Outline/Objects and Timeline window:
124+
The main view in the Document Outline/Objects and Timeline window displays the hierarchy of a document in a tree structure. You can use the hierarchical nature of the document outline to examine the document at varying levels of detail and to lock and hide elements singly or in groups. The following options are available in the Document Outline/Objects and Timeline window:
125125

126126
**Show/hide**
127127

0 commit comments

Comments
 (0)