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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly