PresetShadowType

PresetShadowType enumeration

Represents a preset for a shadow effect.

public enum PresetShadowType

Values

NameValueDescription
TopLeftDropShadow0Represents Top Left Drop Shadow.
TopLeftLargeDropShadow1Represents Top Left Large Drop Shadow.
BackLeftLongPerspectiveShadow2Represents Back Left Long Perspective Shadow
BackRightLongPerspectiveShadow3Represents Back Right Long Perspective Shadow
TopLeftDoubleDropShadow4Represents Top Left Double Drop Shadow.
BottomRightSmallDropShadow5Represents Bottom Right Small Drop Shadow.
FrontLeftLongPerspectiveShadow6Represents Front Left Long Perspective Shadow.
FrontRightLongPerspectiveShadow7Represents Front Right Long Perspective Shadow.
OuterBoxShadow3D8Represents Outer Box Shadow 3D.
InnerBoxShadow3D9Represents Inner Box Shadow 3D.
BackCenterPerspectiveShadow10Represents Back Center Perspective Shadow.
TopRightDropShadow11Represents Top Right Drop Shadow.
FrontBottomShadow12Represents Front Bottom Shadow.
BackLeftPerspectiveShadow13Represents Back Left Perspective Shadow.
BackRightPerspectiveShadow14Represents Back Right Perspective Shadow.
BottomLeftDropShadow15Represents Bottom Left Drop Shadow.
BottomRightDropShadow16Represents Bottom Right Drop Shadow.
FrontLeftPerspectiveShadow17Represents Front Left Perspective Shadow.
FrontRightPerspectiveShadow18Represents Front Right Perspective Shadow.
TopLeftSmallDropShadow19Represents Top Left Small Drop Shadow.

See Also