Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / Strikethrough Property


In This Topic
    Strikethrough Property (StyleInfo)
    In This Topic
    Gets or sets a value that indicates whether Strikethrough is set.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Overridable Property Strikethrough As Boolean
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Boolean
     
    instance.Strikethrough = value
     
    value = instance.Strikethrough
    [DefaultValue(false)]
    public virtual bool Strikethrough {get; set;}

    Property Value

    false if not set.
    See Also