ComponentOne Bitmap for UWP
HasStrikethrough(Int32,TextRange) Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > HasStrikethrough Method : HasStrikethrough(Int32,TextRange) Method
HRESULT IDWriteTextLayout::GetStrikethrough([In] unsigned int currentPosition,[Out] BOOL* hasStrikethrough,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
Syntax
'Declaration
 
Public Overloads Function HasStrikethrough( _
   ByVal currentPosition As System.Integer, _
   ByRef textRange As TextRange _
) As System.Boolean
public System.bool HasStrikethrough( 
   System.int currentPosition,
   out TextRange textRange
)

Parameters

currentPosition
textRange
See Also

Reference

TextLayout Class
TextLayout Members
Overload List