Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

SetStrikethrough Method






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.
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.
Gets or sets a value that indicates whether to add strikethrough to the font.
Syntax
public void SetStrikethrough( 
   bool strikethrough,
   Point textRange
)
'Declaration
 
Public Sub SetStrikethrough( _
   ByVal strikethrough As Boolean, _
   ByVal textRange As Point _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim strikethrough As Boolean
Dim textRange As Point
 
instance.SetStrikethrough(strikethrough, textRange)

            

            
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

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file