Search
DiagramView.DrawMagnifier Event
See Also
 





Raised after the magnifier tool is rendered to allow appearance customization.

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

 Syntax

C#  Copy Code

public event EventHandler<DrawEventArgs> DrawMagnifier

Visual Basic  Copy Code

Public Event DrawMagnifier As EventHandler(Of DrawEventArgs)

 Event Data

ZoomFactorChanged event handlers receive an argument of type DrawEventArgs.

 See Also