Search
LinkLabel.Font Property
See Also
 






Gets or sets the label's font.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property Font As Nullable(Of Font)

 Property Value

A Font object.

 See Also