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


In This Topic
    ShadowStyle Enumeration
    In This Topic
    Specifies the type of shadowing effect.
    Syntax
    'Declaration
     
    
    Public Enum ShadowStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShadowStyle
    public enum ShadowStyle : System.Enum 
    Members
    MemberDescription
    InnerSpecifies the inner shadow effect.
    OuterSpecifies the outer shadow effect.
    Inheritance Hierarchy

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

    See Also