InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / StyleFontDelta Class / Underline Property

In This Topic
    Underline Property (StyleFontDelta)
    In This Topic
    Gets or sets a value that indicates whether the resulting font is underlined.
    Syntax
    'Declaration
     
    Public Property Underline As Boolean
    public bool Underline {get; set;}
    Remarks
    Don't set this property to retrieve value of the Underline attribute from the base font.
    See Also