←Select platform

FontWeight Property

Summary

Gets or sets the font weight.

Syntax

C#
VB
C++
public FontWeight FontWeight { get; set; } 
  
Public Property FontWeight As FontWeight 
public: 
property FontWeight FontWeight { 
   FontWeight get(); 
   void set (    FontWeight ); 
} 

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

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