Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

FontSize Property






Gets or sets the font size.
Syntax
public double FontSize {get; set;}
'Declaration
 
Public Property FontSize As Double
'Usage
 
Dim instance As D2DFont
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize

            

            
public:
property double FontSize {
   double get();
   void set (    double value);
}

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

Error processing SSI file