LayoutGroup.SetStretchRatio(DependencyObject, Double) Method
In This Article
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
public static void SetStretchRatio(
DependencyObject dObj,
double size
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
An object whose Layout |
size | Double | A new value of the Layout |
See Also