Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StrikeoutFontStyle Enumeration
Example Example


In This Topic
    StrikeoutFontStyle Enumeration
    In This Topic
    Specifies whether the strikeout font style is applied to the text.
    Syntax
    'Declaration
     
    Public Enum StrikeoutFontStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As StrikeoutFontStyle
    public enum StrikeoutFontStyle : System.Enum 
    Members
    MemberDescription
    NoneSpecifies no strikeout text.
    NotSetSpecifies that the strikeout font style is not set.
    StrikeoutSpecifies strikeout text.
    Example
    This example sets the StrikeoutFontStyle enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.StrikeoutFontStyle

    See Also