DevZest WPF Docking
DockControlDefaultFloatingWindowSize Property |
Gets or sets the default size of FloatingWindow.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Size DefaultFloatingWindowSize { get; set; }
Public Property DefaultFloatingWindowSize As Size Get Set
Property Value
Type: SizeThe default size of FloatingWindow. The default value is (300,300).
See Also