Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / StrikeThrough Property

In This Topic
    StrikeThrough Property
    In This Topic
    Gets or sets a value indicating whether the font is formatted as strikethrough text.
    Syntax
    'Declaration
     
    Public Property StrikeThrough As System.Boolean
    public System.bool StrikeThrough {get; set;}
    See Also