Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadFontStyle Class / SpreadFontStyle Constructor / SpreadFontStyle Constructor(RegularBoldItalicFontStyle,StrikeoutFontStyle,UnderlineFontStyle,OverlineFontStyle)
The RegularBoldItalic style.
The Strikeout style.
The Underline style.
The Overline style.
Example


In This Topic
    SpreadFontStyle Constructor(RegularBoldItalicFontStyle,StrikeoutFontStyle,UnderlineFontStyle,OverlineFontStyle)
    In This Topic
    Initializes a new instance of the SpreadFontStyle class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal regularBoldItalic As RegularBoldItalicFontStyle, _
       ByVal strikeout As StrikeoutFontStyle, _
       ByVal underline As UnderlineFontStyle, _
       ByVal overline As OverlineFontStyle _
    )
    'Usage
     
    
    Dim regularBoldItalic As RegularBoldItalicFontStyle
    Dim strikeout As StrikeoutFontStyle
    Dim underline As UnderlineFontStyle
    Dim overline As OverlineFontStyle
     
    Dim instance As New SpreadFontStyle(regularBoldItalic, strikeout, underline, overline)

    Parameters

    regularBoldItalic
    The RegularBoldItalic style.
    strikeout
    The Strikeout style.
    underline
    The Underline style.
    overline
    The Overline style.
    Example
    This example creates a font style for the rule.
    See Also