From 6bbc597ae88445047103f52356ce5bdceff56704 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 15:20:21 -0400 Subject: [PATCH] Updated AutoStretchStackPanel (markdown) --- AutoStretchStackPanel.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/AutoStretchStackPanel.md b/AutoStretchStackPanel.md index 4ecdd99..3a0ae43 100644 --- a/AutoStretchStackPanel.md +++ b/AutoStretchStackPanel.md @@ -5,16 +5,17 @@ Derives from AnimationPanel This panel stretches the children in the orientation direction so that they completely fill the panel area. -![](AutoStretchStackPanel_autostretchstackpanel.jpg) +[[AutoStretchStackPanel_autostretchstackpanel.jpg]] -## Properties -|| Property || Description -| * | All the Properties from [Canvas](Canvas) Panel -| IsChildrenreversed | Gets or sets the IsChildOrderReversed property. This dependency property indicates whether the children are laid out from left to right (or top to bottom for a vertical orientation), as a normal stack panel is, or whether the stack is inverted and laid out from right to left (or bottom to top for a vertical orientation). -| GapRatio | Gets or sets the GapRatio property. This dependency property indicates the size of the gap between items as a ratio to the item size, itself. -| Orientation | Gets or sets the Orientation property. This dependency property indicates the orientation direction in which items are arranged in the panel. +### Properties +| Property | Description | +| --- | --- | +| * | All the Properties from [[Canvas]] Panel | +| IsChildrenreversed | Gets or sets the IsChildOrderReversed property. This dependency property indicates whether the children are laid out from left to right (or top to bottom for a vertical orientation), as a normal stack panel is, or whether the stack is inverted and laid out from right to left (or bottom to top for a vertical orientation). | +| GapRatio | Gets or sets the GapRatio property. This dependency property indicates the size of the gap between items as a ratio to the item size, itself. | +| Orientation | Gets or sets the Orientation property. This dependency property indicates the orientation direction in which items are arranged in the panel. | -## Events -|| Event || Description -| * | All the Events from [Canvas](Canvas) Panel. ---- \ No newline at end of file +### Events +| Event | Description | +| --- | --- | +| * | All the Events from [[Canvas]] Panel. |