Property DefaultFloatingWindowSize
| Improve this Doc View SourceDefaultFloatingWindowSize
Gets or sets the default size of FloatingWindow.
Declaration
public Size DefaultFloatingWindowSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Size | The default size of FloatingWindow. The default value is (300,300). |