Skip to main content

RestoreLayoutOptions.SetDockLayoutManagerRestoreOffset(DependencyObject, Point) Method

Sets a new RestoreLayoutOptions.DockLayoutManagerRestoreOffset property value for the specific object.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static void SetDockLayoutManagerRestoreOffset(
    DependencyObject obj,
    Point value
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose RestoreLayoutOptions.DockLayoutManagerRestoreOffset property is to be set.

value Point

A Boolean value assigned to the RestoreLayoutOptions.DockLayoutManagerRestoreOffset property.

See Also