Skip to content

a typo in one of the headings #912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/designers/working-with-elements-in-xaml-designer.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can add elements—controls, layouts, and shapes—to your app in XAML, in c

When the edges are aligned, an *alignment boundary* appears to indicate alignment. The alignment boundary is a red dashed line. Alignment boundaries appear only when **snapping to snaplines** is enabled. For an illustration of the artboard that shows an alignment boundary, see [Creating a UI by using XAML Designer](../designers/creating-a-ui-by-using-xaml-designer-in-visual-studio.md).

## Changing the an element's margins
## Changing an element's margins
The margins in XAML Designer determine the amount of empty space that is around an element on the artboard. For example, margins specify the amount of space between the outside edges of an element and the boundaries of a `Grid` panel that contains the element. Margins also specify the amount of space between elements that are contained in a `StackPanel`.

#### To change an element's margins in the Properties window
Expand Down Expand Up @@ -116,4 +116,4 @@ You can add elements—controls, layouts, and shapes—to your app in XAML, in c

## See also

- [Creating a UI by using XAML Designer](../designers/creating-a-ui-by-using-xaml-designer-in-visual-studio.md)
- [Creating a UI by using XAML Designer](../designers/creating-a-ui-by-using-xaml-designer-in-visual-studio.md)