SetUnderline Method

Summary
Sets the underline.
Syntax
C#
C++/CLI
public void SetUnderline( 
   bool underline, 
   Point textRange 
) 
public: 
void SetUnderline(  
   bool underline, 
   Point textRange 
)  

Parameters

underline
A Boolean value that indicates whether to add strikethrough to the font. true means to add strikethrough to the font. false means that strikethrough should not be added to the font. The default value is false.

textRange
A System.Windows.Point that represents the text range being set. The X value represents the starting text position of the range. The Y value represents the number of characters in the range.

Requirements

Target Platforms

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.