ComponentOne Bitmap for UWP
SetStrikethrough Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class : SetStrikethrough Method
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

Reference

TextLayout Class
TextLayout Members