Skip to main content

LayoutGroup.GetStretchRatio(DependencyObject) Method

Gets 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 double GetStretchRatio(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

An object whose value of the LayoutGroup.StretchRatio property is to be returned.

Returns

Type Description
Double

The value of the LayoutGroup.StretchRatio property for a specific object.

See Also