SetStrikethrough Method

Summary

Gets or sets a value that indicates whether to add strikethrough to the font.

Syntax
C#
VB
C++
public void SetStrikethrough( 
   bool strikethrough, 
   Point textRange 
) 
  
Public Sub SetStrikethrough( _ 
   ByVal strikethrough As Boolean, _ 
   ByVal textRange As Point _ 
)  
public: 
void SetStrikethrough(  
   bool strikethrough, 
   Point textRange 
)  

Parameters

strikethrough
A Boolean value that indicates whether to add strikethrough. 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly