Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFont Interface / Underline Property


In This Topic
    Underline Property (ITextFont)
    In This Topic
    Gets or sets the font's underline style
    Syntax
    'Declaration
     
    
    Property Underline As TextUnderline
    'Usage
     
    
    Dim instance As ITextFont
    Dim value As TextUnderline
     
    instance.Underline = value
     
    value = instance.Underline
    TextUnderline Underline {get; set;}
    See Also