Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadFontStyle Class / Strikeout Property
Example


In This Topic
    Strikeout Property
    In This Topic
    Gets the strikeout font style.
    Syntax
    'Declaration
     
    Public Property Strikeout As StrikeoutFontStyle
    'Usage
     
    Dim instance As SpreadFontStyle
    Dim value As StrikeoutFontStyle
     
    instance.Strikeout = value
     
    value = instance.Strikeout
    public StrikeoutFontStyle Strikeout {get; set;}
    Example
    This example sets the Strikeout property.
    See Also