Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Underline Property


In This Topic
    Underline Property (Font)
    In This Topic
    Gets the underline of this Font.
    Syntax
    'Declaration
     
    
    Public Property Underline As UnderlineStyle
    'Usage
     
    
    Dim instance As Font
    Dim value As UnderlineStyle
     
    instance.Underline = value
     
    value = instance.Underline
    public UnderlineStyle Underline {get; set;}

    Property Value

    A UnderlineStyle value represents the underline of this Font.
    See Also