←Select platform

Underline Property

Summary

Indicates whether the text font should be underlined.

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

Property Value

true to use underlined font for the text, false to use normal font.

Example

For an example, refer to CodecsTxtOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly