FontSize Property

Summary
Gets or sets the font size.
Syntax
C#
VB
C++
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.

Remarks

The default value is 12.

Requirements

Target Platforms

See Also

Reference

D2DFont Class

D2DFont Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.