ASP.NET Pack Programmer's Guide
LinkLabel.Font Property
See Also
 





Gets or sets the label's font.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Font Font { get; set; }

Visual Basic  Copy Code

Public Property Font As Font

 Property Value

A .NET Font object.

 Remarks

This property can be null (Nothing in Visual Basic) in which case the label will use the Font of its parent link.

 See Also

LinkLabel Members
LinkLabel Class
MindFusion.Diagramming Namespace