Gets a DrawingContext object whose methods should be used to draw the header.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DrawingContext Target { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Target As DrawingContext |
An instance of the System.Windows.Media.DrawingContext class.
See Also