Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / FontInfo Class / Strikethrough Property


In This Topic
    Strikethrough Property (FontInfo)
    In This Topic
    True if the font is struck through with a horizontal line.
    Syntax
    'Declaration
     
    Public Property Strikethrough As Boolean
    'Usage
     
    Dim instance As FontInfo
    Dim value As Boolean
     
    instance.Strikethrough = value
     
    value = instance.Strikethrough
    public bool Strikethrough {get; set;}

    Property Value

    true if strikethrough; otherwise, false.
    See Also