Skip to main content

DocumentPanel.SetRestoreBounds(DependencyObject, Rect) Method

Sets the value of the DocumentPanel.RestoreBounds attached property for a given object.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static void SetRestoreBounds(
    DependencyObject dObj,
    Rect value
)

Parameters

Name Type Description
dObj DependencyObject

An object for which the RestoreBounds attached property is set.

value Rect

The value for the RestoreBounds attached property.

See Also