LayoutGroup Attached Properties
A group of horizontally or vertically aligned items.| Name | Description |
|---|---|
| DesiredHeight static | |
| DesiredWidth static | |
| Index static |
Gets or sets a layout cell index where a layout item will be placed. This is an attached property. |
| SizeMode static |
Allows you to set size mode for any object within the LayoutGroup. This is an attached property. |
| StretchRatio static |
Gets or sets a LayoutGroup item’s stretch ratio. The property is in effect when an item’s size mode is ItemSizeMode.Stretch. This is an attached property. |
See Also