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


PresetTextEffect Enumeration
Specifies what text effect to use.
Syntax
'Declaration
 
Public Enum PresetTextEffect 
   Inherits System.Enum
 
'Usage
 
Dim instance As PresetTextEffect
Members
MemberDescription
TextEffect1First text effect.
TextEffect10Tenth text effect.
TextEffect11Eleventh text effect.
TextEffect12Twelfth text effect.
TextEffect13Thirteenth text effect.
TextEffect14Fourteenth text effect.
TextEffect15Fifteenth text effect.
TextEffect16Sixteenth text effect.
TextEffect17Seventeenth text effect.
TextEffect18Eighteenth text effect.
TextEffect19Nineteenth text effect.
TextEffect2Second text effect.
TextEffect20Twentieth text effect.
TextEffect21Twenty-first text effect.
TextEffect22Twenty-second text effect.
TextEffect23Twenty-third text effect.
TextEffect24Twenty-fourth text effect.
TextEffect25Twenty-fifth text effect.
TextEffect26Twenty-sixth text effect.
TextEffect27Twenty-seventh text effect.
TextEffect28Twenty-eighth text effect.
TextEffect29Twenty-ninth text effect.
TextEffect3Third text effect.
TextEffect30Thirtieth text effect.
TextEffect31Thirty-first text effect.
TextEffect32Thirty-second text effect.
TextEffect33Thirty-third text effect.
TextEffect34Thirty-fourth text effect.
TextEffect35Thirty-fifth text effect.
TextEffect36Thirty-sixth text effect.
TextEffect37Thirty-seventh text effect.
TextEffect38Thirty-eighth text effect.
TextEffect39Thirty-ninth text effect.
TextEffect4Fourth text effect.
TextEffect40Fortieth text effect.
TextEffect41Forty-first text effect.
TextEffect42Forty-second text effect.
TextEffect43Forty-third text effect.
TextEffect44Forty-fourth text effect.
TextEffect45Forty-fifth text effect.
TextEffect46Forty-sixth text effect.
TextEffect47Forty-seventh text effect.
TextEffect48Forty-eighth text effect.
TextEffect49Forty-ninth text effect.
TextEffect5Fifth text effect.
TextEffect50Fiftieth text effect.
TextEffect6Sixth text effect.
TextEffect7Seventh text effect.
TextEffect8Eighth text effect.
TextEffect9Ninth text effect.
UnspecifiedUnspecified text effect.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.PresetTextEffect

See Also