Gets or sets the name of the font used to render the label of this element.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public string FontName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontName As String |
A string specifying the name of the label's font. The default value is "Arial".
See Also