DiagramLite Programmer's Guide
Header Constructor (String)
See Also
 





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

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight

 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.Lanes Namespace