Method GetDefaultFloatingPreviewSize
| Improve this Doc View SourceGetDefaultFloatingPreviewSize(DockControl)
Gets the value of DevZest.Windows.Docking.Primitives.DockManager.DefaultFloatingPreviewSize attached property from a given DockControl.
Declaration
public static Size GetDefaultFloatingPreviewSize(DockControl dockControl)
Parameters
Type | Name | Description |
---|---|---|
DockControl | dockControl | The DockControl from which to read the property value. |
Returns
Type | Description |
---|---|
System.Windows.Size | The value of DevZest.Windows.Docking.Primitives.DockManager.DefaultFloatingPreviewSize attached property. |