Gets or sets the font size.
Syntax
'Declaration
Public Property FontSize As Double
public double FontSize {get; set;}
Property Value
The size of the text in the
System.Windows.Controls.Control. The default is
System.Windows.SystemFonts.MessageFontSize. The font size must be a positive number.
See Also