Search
DiagramView.DefaultSize Property
See Also
 





Gets or sets the initial size of the control when it is dropped into a form.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

protected override Size DefaultSize { get; }

Visual Basic  Copy Code

Protected Overrides ReadOnly Property DefaultSize As Size

 Property Value

A .NET Size object that represents the default size of the control. The default is 256x256.

 See Also