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

Show in webframe

SetUnderline Method






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.
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.
Sets the underline.
Syntax
public void SetUnderline( 
   bool underline,
   Point textRange
)
'Declaration
 
Public Sub SetUnderline( _
   ByVal underline As Boolean, _
   ByVal textRange As Point _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim underline As Boolean
Dim textRange As Point
 
instance.SetUnderline(underline, 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

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file