Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / FontInfo Class / Underline Property


In This Topic
    Underline Property (FontInfo)
    In This Topic
    Gets or sets the type of underline applied to the font.
    Syntax
    'Declaration
     
    Public Property Underline As UnderlineStyle
    'Usage
     
    Dim instance As FontInfo
    Dim value As UnderlineStyle
     
    instance.Underline = value
     
    value = instance.Underline
    public UnderlineStyle Underline {get; set;}

    Property Value

    The underline.
    See Also