Gets or sets the font used to display text in the top left area.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Font TopLeftAreaTextFont { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TopLeftAreaTextFont As Font |
See Also