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

Show in webframe

FontStyle Property






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

            

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

Property Value

A System.Windows.FontStyles value that represents the font style of the D2DFont.
Remarks
The default value is FontStyles.Normal.
Requirements

Target Platforms

See Also

Reference

D2DFont Class
D2DFont Members

Error processing SSI file