ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report.Util Namespace / FontHolder Class / Strikethrough Property

In This Topic
    Strikethrough Property
    In This Topic
    Gets or sets a value that indicates whether the encapsulated Font has a horizontal line through the text.
    Syntax
    'Declaration
     
    Public Property Strikethrough As System.Boolean
    public System.bool Strikethrough {get; set;}
    See Also