Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextUnderline Enumeration


TextUnderline Enumeration
Represents the tyep of text underline.
Syntax
'Declaration
 
Public Enum TextUnderline 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextUnderline
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