Search
Header Constructor (String)
See Also
 





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

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 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