Skip to content

Commit b1880af

Browse files
authored
Merge pull request #912 from yilmazdurmaz/patch-1
a typo in one of the headings
2 parents e2cdaa6 + 95a8b5a commit b1880af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/designers/working-with-elements-in-xaml-designer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can add elements—controls, layouts, and shapes—to your app in XAML, in c
6969

7070
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).
7171

72-
## Changing the an element's margins
72+
## Changing an element's margins
7373
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`.
7474

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

117117
## See also
118118

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

0 commit comments

Comments
 (0)