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

In This Topic
    SetStrikethrough Method
    In This Topic
    HRESULT IDWriteTextLayout::SetStrikethrough([In] BOOL hasStrikethrough,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetStrikethrough( _
       ByVal hasStrikethrough As Bool, _
       ByVal textRange As TextRange _
    ) 
    public void SetStrikethrough( 
       Bool hasStrikethrough,
       TextRange textRange
    )

    Parameters

    hasStrikethrough
    textRange
    See Also