Gets a DrawingContext in which the anchor point mark should be drawn.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DrawingContext Graphics { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Graphics As DrawingContext |
RemarksA System.Windows.Media.DrawingContext instance whose methods should be used to draw the anchor point mark.
See Also