Inserts a new header after the specified header and returns a reference to it.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Header Insert ( |
Visual Basic
Copy Code
|
|---|
Public Function Insert( _ |
The header after which to insert the new header.
The relative position of the new header
A reference to the newly created header.
See Also