Raised when an anchor point must be custom drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<DrawAnchorPointEventArgs> DrawAnchorPoint |
Visual Basic Copy Code |
---|
Public Event DrawAnchorPoint As EventHandler(Of DrawAnchorPointEventArgs) |
DrawAnchorPoint event handlers receive an argument of type DrawAnchorPointEventArgs.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |