Gets or sets the minimum size of the dock windows.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public int MinWindowSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinWindowSize As Integer |
An integer value. The default is 60.
See Also