Search
Grid.TopLeftAreaTextFont Property
See Also
 






Gets or sets the font used to display text in the top left area.

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

 Syntax

C#  Copy Code

public Nullable<Font> TopLeftAreaTextFont { get; set; }

Visual Basic  Copy Code

Public Property TopLeftAreaTextFont As Nullable(Of Font)

 Property Value

A Font object.

 See Also