Search
Grid.TopLeftAreaText Property
See Also
 






Gets or sets the text displayed in the top left area.

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

 Syntax

C#  Copy Code

public string TopLeftAreaText { get; set; }

Visual Basic  Copy Code

Public Property TopLeftAreaText As String

 Property Value

A string value.

 See Also