Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / UnderlineFontStyle Enumeration


In This Topic
    UnderlineFontStyle Enumeration
    In This Topic
    Specifies whether the underline font style is applied to the text.
    Syntax
    'Declaration
     
    
    Public Enum UnderlineFontStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UnderlineFontStyle
    public enum UnderlineFontStyle : System.Enum 
    Members
    MemberDescription
    NoneSpecifies no underlined text.
    NotSetSpecifies that the underline font style is not set.
    UnderlineSpecifies underlined text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.UnderlineFontStyle

    See Also