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

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