Skip to content

Commit bfbe7f9

Browse files
author
Daniel Jacobson
authored
Update debugging-or-disabling-project-code-in-xaml-designer.md
Responding to @gewarren feedback.
1 parent 7e4fd9c commit bfbe7f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/designers/debugging-or-disabling-project-code-in-xaml-designer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ When project code is disabled, Visual Studio shows placeholders. For example, Vi
8484
## Control display options
8585

8686
> [!NOTE]
87-
> **Control Display Options** is only available when target Universal Windows Platform applications with target version of the Windows 10 Fall Creators Update (Build 16299) or later in Visual Studio 2017 version 15.9 or later.
87+
> **Control Display Options** is only available for Universal Windows Platform applications that target the Windows 10 Fall Creators Update (build 16299) or later. The **Control Display Options** feature is available in Visual Studio 2017 version 15.9 or later.
8888
8989
In the XAML designer, you can change your control display options to only display platform controls from the Windows SDK. This may improve reliability of the XAML designer.
9090

9191
To change control display options, you can click on the button in the bottom left of the designer screen and select the **Control Display Options** button:
9292

9393
![Control Display Options](../designers/media/control_display_options.png)
9494

95-
When you select **Only Display Platform Controls**, all custom controls coming from SDKs, customer user controls, and more, will not render completely. Insteady, they will be replaced by fallback controls to demonstrate the size and position of the control.
95+
When you select **Only Display Platform Controls**, all custom controls coming from SDKs, customer user controls, and more, will not render completely. Instead, they are replaced by fallback controls to demonstrate the size and position of the control.
9696

9797
## See also
9898

99-
- [Design XAML in Visual Studio and Blend for Visual Studio](../designers/designing-xaml-in-visual-studio.md)
99+
- [Design XAML in Visual Studio and Blend for Visual Studio](../designers/designing-xaml-in-visual-studio.md)

0 commit comments

Comments
 (0)