FontSize Property
Summary
Gets or sets the font size.
Syntax
public double FontSize { get; set; }
Public Property FontSize As Double
public:
property double FontSize {
double get();
void set ( double );
}
Property Value
The font size of the D2DFont, in points.