Skip to content

Commit ee1a522

Browse files
committed
Add spacing properties to docs
1 parent c9bf2d4 commit ee1a522

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/controls/StaggeredPanel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The [StaggeredPanel](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolk
4141
| -- | -- | -- |
4242
| DesiredColumnWidth | double | The desired width of each column. The width of columns can exceed the DesiredColumnWidth if the HorizontalAlignment is set to Stretch. |
4343
| Padding | Thickness | The dimensions of the space between the edge and its child as a Thickness value. Thickness is a structure that stores dimension values using pixel measures. |
44+
| ColumnSpacing | double | Gets or sets the distance between columns |
45+
| RowSpacing | double | Gets or sets the vertical distance between items |
4446

4547
## Sample Project
4648

docs/controls/WrapPanel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ When the Orientation is Vertical, HorizontalSpacing adds uniform spacing between
3535
| -- | -- | -- |
3636
| Orientation | Orientation | Gets or sets the orientation of the WrapPanel, Horizontal or vertical means that child controls will be added horizontally until the width of the panel can't fit more control then a new row is added to fit new horizontal added child controls, vertical means that child will be added vertically until the height of the panel is recieved then a new column is added |
3737
| Padding | Thickness | Gets or sets the distance between the border and its child object |
38+
| VerticalSpacing | double | Gets or sets the vertical distance between items |
39+
| HorizontalSpacing | double | Gets or sets the horizontal distance between items |
3840

3941
## Examples
4042

0 commit comments

Comments
 (0)