FontSize Property
FontSize
Gets or sets the desired font size to use in points.
Declaration
public double FontSize { get; set; }
Public Property FontSize As Double
Examples
TextFormatInfo textFormat = new TextFormatInfo();
textFormat.FontSize = 11;
double fontSize = textFormat.FontSize;