Search
Grid.TopLeftAreaTextFormat Property
See Also
 






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

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

 Syntax

C#  Copy Code

public StringFormat TopLeftAreaTextFormat { get; set; }

Visual Basic  Copy Code

Public Property TopLeftAreaTextFormat As StringFormat

 Property Value

An instance of the StringFormat class.

 See Also