Search
DiagramView.OnLayout Method
See Also
 





Control.OnLayout override.

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

 Syntax

C#  Copy Code

protected override void OnLayout (
    LayoutEventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnLayout( _
    e As LayoutEventArgs _
)

 Parameters

e
A LayoutEventArgs that contains the event data.

 Remarks

Raises the Layout event.

 See Also