InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / StyleFontDelta Class / Strikeout Property

In This Topic
    Strikeout Property (StyleFontDelta)
    In This Topic
    Gets or sets a value that indicates whether the resulting font specifies a horizontal line through the font.
    Syntax
    'Declaration
     
    Public Property Strikeout As Boolean
    public bool Strikeout {get; set;}
    Remarks
    Don't set this property to retrieve value of the Strikeout attribute from the base font.
    See Also