Skip to main content

DocumentPanel.GetRestoreBounds(DependencyObject) Method

Gets the value of the DocumentPanel.RestoreBounds attached property from a given object.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static Rect GetRestoreBounds(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

An object whose RestoreBounds property’s value must be returned.

Returns

Type Description
Rect

The value of the RestoreBounds attached property for the specified object.

See Also