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

Show in webframe

FontWeight Property






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

            

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

Property Value

A System.Windows.FontWeights value that represents the weight of the D2DFont.
Remarks
The default value is FontWeights.Regular.
Requirements

Target Platforms

See Also

Reference

D2DFont Class
D2DFont Members

Error processing SSI file