DockManager.GetFloatingPreviewLeft Method

DevZest WPF Docking

DockManagerGetFloatingPreviewLeft Method
Gets the value of FloatingPreviewLeft attached property from a given DockControl.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static double GetFloatingPreviewLeft(
	DockControl dockControl
)
Public Shared Function GetFloatingPreviewLeft ( 
	dockControl As DockControl
) As Double

Parameters

dockControl
Type: DevZest.Windows.DockingDockControl
The DockControl from which to read the property value.

Return Value

Type: Double
The value of FloatingPreviewLeft attached property.
See Also