Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadFontStyle Class / Underline Property


In This Topic
    Underline Property (SpreadFontStyle)
    In This Topic
    Gets the underline font style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Underline As UnderlineFontStyle
    'Usage
     
    
    Dim instance As SpreadFontStyle
    Dim value As UnderlineFontStyle
     
    value = instance.Underline
    public UnderlineFontStyle Underline {get;}
    See Also