Search
Label.FontSize Property
See Also
 





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

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public double FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Double

 Property Value

A double value specifying font size.

 See Also