MindFusion.Mapping Programmer's Guide

MapElement.FontName Property

See Also
 






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

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 the name of the label's font. The default value is "Arial".

 See Also