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

In This Topic
    Underline Property (Font)
    In This Topic
    Gets a value that indicates whether this Font object is underlined.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Underline As Boolean
    public bool Underline {get;}

    Property Value

    This property returns true if this Font object is underlined; otherwise, false.
    See Also