Search
DiagramLink.Font Property
See Also
 





DiagramItem.Font override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override Font Font { get; set; }

Visual Basic  Copy Code

Public Overrides Property Font As Font

 Property Value

The .NET Font to use when drawing the link's text.

 See Also