ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / SetUnderline Method

In This Topic
    SetUnderline Method
    In This Topic
    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