ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Font Class / Strikethrough Property

In This Topic
    Strikethrough Property
    In This Topic
    Gets or sets a value indicating whether to show strikethrough.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property Strikethrough As Boolean
    [DefaultValue(false)]
    public bool Strikethrough {get; set;}
    See Also