Text drawing styles.
| Visual Basic (Declaration) | |
|---|---|
| Public Enum TextStyle Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum TextStyle : Enum | |
| Member | Description | 
|---|---|
| Default | Default text drawing style. Default text drawing style. | 
| Shadow | Shadow text. Shadow text. | 
| Emboss | Embossed text. Emboss text. | 
| Embed | Embedded text. Embed text. | 
| Frame | Framed text. Frame text. | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.TextStyle
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 