ComponentOne Bitmap for UWP
SetUnderline Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class : SetUnderline Method
HRESULT IDWriteTextLayout::SetUnderline([In] BOOL hasUnderline,[In] DWRITE_TEXT_RANGE textRange)
Syntax
'Declaration
 
Public Sub SetUnderline( _
   ByVal hasUnderline As Bool, _
   ByVal textRange As TextRange _
) 
public void SetUnderline( 
   Bool hasUnderline,
   TextRange textRange
)

Parameters

hasUnderline
textRange
See Also

Reference

TextLayout Class
TextLayout Members