Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShadowType Enumeration


In This Topic
    ShadowType Enumeration
    In This Topic
    Enum ShadowType
    Syntax
    'Declaration
     
    
    Public Enum ShadowType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShadowType
    public enum ShadowType : System.Enum 
    Members
    MemberDescription
    Shadow1First shadow type
    Shadow10Tenth shadow type
    Shadow11Eleventh shadow type
    Shadow12Twelfth shadow type
    Shadow13Thirteenth shadow type
    Shadow14Fourteenth shadow type
    Shadow15Fifteenth shadow type
    Shadow16Sixteenth shadow type
    Shadow17Seventeenth shadow type
    Shadow18Eighteenth shadow type
    Shadow19Nineteenth shadow type
    Shadow2Second shadow type
    Shadow20Twentieth shadow type
    Shadow21Twenty first shadow type.
    Shadow22Twenty second shadow type.
    Shadow23Twenty third shadow type.
    Shadow24Twenty forth shadow type.
    Shadow25Twenty fifth shadow type.
    Shadow26Twenty sixth shadow type.
    Shadow27Twenty seventh shadow type.
    Shadow28Twenty eighth shadow type.
    Shadow29Twenty ninth shadow type.
    Shadow3Third shadow type
    Shadow30Thirtieth shadow type.
    Shadow31Thirty first shadow type.
    Shadow32Thirty second shadow type.
    Shadow33Thirty third shadow type.
    Shadow34Thirty forth shadow type.
    Shadow35Thirty fifth shadow type.
    Shadow36Thirty sixth shadow type.
    Shadow37Thirty seventh shadow type.
    Shadow38Thirty eighth shadow type.
    Shadow39Thirty ninth shadow type.
    Shadow4Fourth shadow type
    Shadow40Fortieth shadow type.
    Shadow41Forty first shadow type.
    Shadow42Forty second shadow type.
    Shadow43Forty third shadow type.
    Shadow5Fifth shadow type
    Shadow6Sixth shadow type
    Shadow7Seventh shadow type
    Shadow8Eighth shadow type
    Shadow9Ninth shadow type
    UnspecifiedNot used
    Inheritance Hierarchy

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

    See Also