Skip to main content

FloatGroup.GetSizeToContent(DependencyObject) Method

Returns the FloatGroup.SizeToContent property value for a specific object.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static SizeToContent GetSizeToContent(
    DependencyObject target
)

Parameters

Name Type Description
target DependencyObject

A DependencyObject whose FloatGroup.SizeToContent property value should be returned.

Returns

Type Description
SizeToContent

An Object representing the FloatGroup.SizeToContent property value assigned to the specified DependencyObject. null (Nothing in VB) if no value is assigned.

See Also