ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / HasStrikethrough Method / HasStrikethrough(Int32) Method
The position of the text to inspect.

In This Topic
    HasStrikethrough(Int32) Method
    In This Topic
    Get the strikethrough presence of the text at the specified position.
    Syntax
    'Declaration
     
    Public Overloads Function HasStrikethrough( _
       ByVal currentPosition As System.Integer _
    ) As System.Boolean
    public System.bool HasStrikethrough( 
       System.int currentPosition
    )

    Parameters

    currentPosition
    The position of the text to inspect.

    Return Value

    A Boolean flag that indicates whether strikethrough is present at the position indicated by currentPosition.
    See Also