Spread Windows Forms 17
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
    DashedSpecifies a dash line underline.
    DotDashSpecifies a dot dash line underline.
    DotDotDashSpecifies a dot dot dash line underline.
    DottedSpecifies a dotted line underline.
    DoubleSpecifies a double line underline.
    DoubleWavySpecifies a wavy double line underline.
    HeavySpecifies a heavy line underline.
    HeavyDashedSpecifies a dash underline.
    HeavyDotDashSpecifies a dot dash heavy line underline.
    HeavyDotDotDashSpecifies a dot dot dash heavy line underline.
    HeavyDottedSpecifies a dotted heavy line underline.
    HeavyLongDashedSpecifies a long heavy line underline.
    HeavyWavySpecifies a wavy heavy line underline.
    LongDashedSpecifies a dashed long line underline.
    NoneSpecifies no underline.
    SingleSpecifies a single line underline.
    WavySpecifies a wavy line underline.
    WordsSpecifies underlining words.
    Inheritance Hierarchy

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

    See Also