←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly