Search
Header.Title Property
See Also
 





Gets or sets the header caption.

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

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

A string containing the caption text. The default is an empty string.

 See Also