Search
DrawAnchorPointEventArgs.Graphics Property
See Also
 





Gets a DrawingContext in which the anchor point mark should be drawn.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DrawingContext Graphics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Graphics As DrawingContext

 Property Value

 Remarks

System.Windows.Media.DrawingContext instance whose methods should be used to draw the anchor point mark.

 See Also