LayoutGroup.SetSizeMode(DependencyObject, ItemSizeMode) Method
Sets the value of the LayoutGroup.StretchRatio attached property for a specific object.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dObj | DependencyObject | An object whose LayoutGroup.StretchRatio attached property is to be set. |
| strategy | ItemSizeMode | A new value of the LayoutGroup.StretchRatio attached property for the specified object. |
See Also