MindFusion.Wpf Pack Programmer's Guide
Header Constructor (String)
See Also
 





Initializes a new instance of the Header class with the specified title.

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

 Syntax

C#  Copy Code

public Header (
    string title
)

Visual Basic  Copy Code

Public New ( _
    title As String _
)

 Parameters

title
A string value that represents the title for this Header object.

 See Also

Header Constructor Overload List
Header Class
MindFusion.Diagramming.Wpf.Lanes Namespace