Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextUnderline Enumeration


In This Topic
    TextUnderline Enumeration
    In This Topic
    Represents the tyep of text underline.
    Syntax
    'Declaration
     
    
    Public Enum TextUnderline 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextUnderline
    public enum TextUnderline : System.Enum 
    Members
    MemberDescription
    Dashed 
    DotDash 
    DotDotDash 
    Dotted 
    Double 
    DoubleWavy 
    Heavy 
    HeavyDashed 
    HeavyDotDash 
    HeavyDotDotDash 
    HeavyDotted 
    HeavyLongDashed 
    HeavyWavy 
    LongDashed 
    None 
    Single 
    Wavy 
    Words 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.TextUnderline

    See Also