Gets or sets the initial size of the control when it is dropped into a form.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
protected override Size DefaultSize { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overrides ReadOnly Property DefaultSize As Size |
A .NET Size object that represents the default size of the control. The default is 256x256.
See Also