PresetShadowValues Enumeration

Preset Shadow Type

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration PresetShadowValues
'Usage
Dim instance As PresetShadowValues
public enum PresetShadowValues

Members

Member name Description
TopLeftDropShadow Top Left Drop Shadow. When the item is serialized out as xml, its value is "shdw1".
TopRightDropShadow Top Right Drop Shadow. When the item is serialized out as xml, its value is "shdw2".
BackLeftPerspectiveShadow Back Left Perspective Shadow. When the item is serialized out as xml, its value is "shdw3".
BackRightPerspectiveShadow Back Right Perspective Shadow. When the item is serialized out as xml, its value is "shdw4".
BottomLeftDropShadow Bottom Left Drop Shadow. When the item is serialized out as xml, its value is "shdw5".
BottomRightDropShadow Bottom Right Drop Shadow. When the item is serialized out as xml, its value is "shdw6".
FrontLeftPerspectiveShadow Front Left Perspective Shadow. When the item is serialized out as xml, its value is "shdw7".
FrontRightPerspectiveShadow Front Right Perspective Shadow. When the item is serialized out as xml, its value is "shdw8".
TopLeftSmallDropShadow Top Left Small Drop Shadow. When the item is serialized out as xml, its value is "shdw9".
TopLeftLargeDropShadow Top Left Large Drop Shadow. When the item is serialized out as xml, its value is "shdw10".
BackLeftLongPerspectiveShadow Back Left Long Perspective Shadow. When the item is serialized out as xml, its value is "shdw11".
BackRightLongPerspectiveShadow Back Right Long Perspective Shadow. When the item is serialized out as xml, its value is "shdw12".
TopLeftDoubleDropShadow Top Left Double Drop Shadow. When the item is serialized out as xml, its value is "shdw13".
BottomRightSmallDropShadow Bottom Right Small Drop Shadow. When the item is serialized out as xml, its value is "shdw14".
FrontLeftLongPerspectiveShadow Front Left Long Perspective Shadow. When the item is serialized out as xml, its value is "shdw15".
FrontRightLongPerspectiveShadow Front Right LongPerspective Shadow. When the item is serialized out as xml, its value is "shdw16".
ThreeDimensionalOuterBoxShadow 3D Outer Box Shadow. When the item is serialized out as xml, its value is "shdw17".
ThreeDimensionalInnerBoxShadow 3D Inner Box Shadow. When the item is serialized out as xml, its value is "shdw18".
BackCenterPerspectiveShadow Back Center Perspective Shadow. When the item is serialized out as xml, its value is "shdw19".
FrontBottomShadow Front Bottom Shadow. When the item is serialized out as xml, its value is "shdw20".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace