Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PresetShadowType Enumeration

In This Topic
    PresetShadowType Enumeration
    In This Topic
    Defines preset shadow types.
    Syntax
    'Declaration
     
    Public Enum PresetShadowType 
       Inherits System.Enum
    public enum PresetShadowType : System.Enum 
    Members
    MemberDescription
    BackCenterPerspectiveShadow Back Center Perspective Shadow.
    BackLeftLongPerspectiveShadow Back Left Long Perspective Shadow.
    BackLeftPerspectiveShadow Back Left Perspective Shadow.
    BackRightLongPerspectiveShadow Back Right Long Perspective Shadow.
    BackRightPerspectiveShadow Back Right Perspective Shadow.
    BottomLeftDropShadow Bottom Left Drop Shadow.
    BottomRightDropShadow Bottom Right Drop Shadow.
    BottomRightSmallDropShadow Bottom Right Small Drop Shadow.
    FrontBottomShadow Front Bottom Shadow.
    FrontLeftLongPerspectiveShadow Front Left Long Perspective Shadow.
    FrontLeftPerspectiveShadow Front Left Perspective Shadow.
    FrontRightLongPerspectiveShadow Front Right LongPerspective Shadow.
    FrontRightPerspectiveShadow Front Right Perspective Shadow.
    NoShadow No preset shadow.
    ThreeDimensionalInnerBoxShadow 3D Inner Box Shadow.
    ThreeDimensionalOuterBoxShadow 3D Outer Box Shadow.
    TopLeftDoubleDropShadow Top Left Double Drop Shadow.
    TopLeftDropShadow Top Left Drop Shadow.
    TopLeftLargeDropShadow Top Left Large Drop Shadow.
    TopLeftSmallDropShadow Top Left Small Drop Shadow.
    TopRightDropShadow Top Right Drop Shadow.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.PresetShadowType

    See Also