ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / FontBuilder Class / Underline Property

In This Topic
    Underline Property (FontBuilder)
    In This Topic
    Get or set bool which indicate whether the font is underline
    Syntax
    'Declaration
     
    
    Public Property Underline As Boolean
    public bool Underline {get; set;}

    Property Value

    An bool which indicate whether the font is underline
    See Also