Underline Property

Summary
Gets or sets a value that indicates whether the font is underlined.
Syntax
C#
C++/CLI
public bool Underline { get; set; } 
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 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.