FontFamily Property

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

Property Value

The System.Windows.Media.FontFamily of the D2DFont object.

Remarks

The default value is Arial.

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.