FontStyle Property

Summary
Gets or sets the font style.
Syntax
C#
VB
C++
public FontStyle FontStyle { get; set; } 
  
Public Property FontStyle As FontStyle 
public: 
property FontStyle FontStyle { 
   FontStyle get(); 
   void set (    FontStyle ); 
} 

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

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.