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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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