Skip to main content

RestoreLayoutOptions.GetDockLayoutManagerRestoreOffset(DependencyObject) Method

Returns the RestoreLayoutOptions.DockLayoutManagerRestoreOffset 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 Point GetDockLayoutManagerRestoreOffset(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose RestoreLayoutOptions.DockLayoutManagerRestoreOffset property value should be returned.

Returns

Type Description
Point

A Point structure specifying the RestoreLayoutOptions.DockLayoutManagerRestoreOffset property value assigned to the specified DependencyObject. null (Nothing in VB) if no value is assigned.

See Also