Search
Label.FontName Property
See Also
 





Gets or sets the name of the font used to render the label.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public string FontName { get; set; }

Visual Basic  Copy Code

Public Property FontName As String

 Property Value

A string specifying font name.

 See Also