Skip to main content

RestoreLayoutOptions.GetFloatPanelsRestoreOffset(DependencyObject) Method

Returns the RestoreLayoutOptions.FloatPanelsRestoreOffset property value for a specific object.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v24.1.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static Point GetFloatPanelsRestoreOffset(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

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

Returns

Type Description
Point

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

See Also