Underline Property

Summary

Gets or sets a value that indicates whether the font is underlined.

Syntax
C#
VB
C++
public bool Underline { get; set; } 
  
Public Property Underline As Boolean 
public: 
property bool Underline { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

A boolean value indicating whether to underline the font.

Remarks

Set this value "true" to underline the D2DFont, and "false" to use the font without underlining it. The default value is false.

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