Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / PresetShadow Enumeration


In This Topic
    PresetShadow Enumeration
    In This Topic
    Represents preset shadow types.
    Syntax
    'Declaration
     
    
    Public Enum PresetShadow 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PresetShadow
    public enum PresetShadow : System.Enum 
    Members
    MemberDescription
    BackCenterPerspectiveThe back center perspective shadow
    BackLeftLongPerspectiveThe back left long perspective shadow
    BackLeftPerspectiveThe back left perspective shadow
    BackRightLongPerspectiveThe back right long perspective shadow
    BackRightPerspectiveThe back right perspective shadow
    BottomLeftThe bottom left drop shadow
    BottomRightThe bottom right drop shadow
    BottomRightSmallThe bottom right small drop shadow
    FrontBottomThe front bottom drop shadow
    FrontLeftLongPerspectiveThe front left long perspective shadow
    FrontLeftPerspectiveThe front left perspective shadow
    FrontRightLongPerspectiveThe front right long perspective shadow
    FrontRightPerspectiveThe front right perspective shadow
    InnerBox3DThe 3D inner box shadow
    OuterBox3DThe 3D outer box shadow
    TopLeftThe top left drop shadow
    TopLeftDoubleThe top left double drop shadow
    TopLeftLargeThe top left large drop shadow
    TopLeftSmallThe top left small drop shadow
    TopRightThe top right drop shadow
    Unspecified 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.Effects.PresetShadow

    See Also