PresetShadowValue Enumeration
|
Represents a preset for a shadow effect.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum PresetShadowValue
Public Enumeration PresetShadowValue
public enum class PresetShadowValue
Members
|
|
Member name
|
Value
|
Description
|
|
|
TopLeftDrop
|
0
|
Represents Top Left Drop Shadow.
|
|
|
TopLeftLargeDrop
|
1
|
Represents Top Left Large Drop Shadow.
|
|
|
BackLeftLongPerspective
|
2
|
Represents Back Left Long Perspective Shadow
|
|
|
BackRightLongPerspective
|
3
|
Represents Back Right Long Perspective Shadow
|
|
|
TopLeftDoubleDrop
|
4
|
Represents Top Left Double Drop Shadow.
|
|
|
BottomRightSmallDrop
|
5
|
Represents Bottom Right Small Drop Shadow.
|
|
|
FrontLeftLongPerspective
|
6
|
Represents Front Left Long Perspective Shadow.
|
|
|
FrontRightLongPerspective
|
7
|
Represents Front Right Long Perspective Shadow.
|
|
|
OuterBox3D
|
8
|
Represents Outer Box Shadow 3D.
|
|
|
InnerBox3D
|
9
|
Represents Inner Box Shadow 3D.
|
|
|
BackCenterPerspective
|
10
|
Represents Back Center Perspective Shadow.
|
|
|
TopRightDrop
|
11
|
Represents Top Right Drop Shadow.
|
|
|
FrontBottom
|
12
|
Represents Front Bottom Shadow.
|
|
|
BackLeftPerspective
|
13
|
Represents Back Left Perspective Shadow.
|
|
|
BackRightPerspective
|
14
|
Represents Back Right Perspective Shadow.
|
|
|
BottomLeftDrop
|
15
|
Represents Bottom Left Drop Shadow.
|
|
|
BottomRightDrop
|
16
|
Represents Bottom Right Drop Shadow.
|
|
|
FrontLeftPerspective
|
17
|
Represents Front Left Perspective Shadow.
|
|
|
FrontRightPerspective
|
18
|
Represents Front Right Perspective Shadow.
|
|
|
TopLeftSmallDrop
|
19
|
Represents Top Left Small Drop Shadow.
|
See Also