DockManager.FloatingPreviewWidth Attached Property

DevZest WPF Docking

DockManagerFloatingPreviewWidth Attached Property
Gets a value indicates the width of the floating preview for 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
See GetFloatingPreviewWidth
See GetFloatingPreviewWidth

Property Value

Type: Double
A value indicates the width of the floating preview. This value is valid only when the Preview attached property is Floating.
See Also