Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / TextStyleEventArgs Class / StrikeThrough Property

In This Topic
    StrikeThrough Property
    In This Topic
    The StrikeThrough property indicates whether text is displayed with strike through.
    Syntax
    'Declaration
     
    Public ReadOnly Property StrikeThrough As System.Boolean
    public System.bool StrikeThrough {get;}
    See Also