ShadowValues Enumeration
Shadow Type
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration ShadowValues
'Применение
Dim instance As ShadowValues
public enum ShadowValues
Members
Member name | Description | |
---|---|---|
Single | Single Shadow. When the item is serialized out as xml, its value is "single". | |
Double | Double Shadow. When the item is serialized out as xml, its value is "double". | |
Emboss | Embossed Shadow. When the item is serialized out as xml, its value is "emboss". | |
Perspective | Perspective Shadow. When the item is serialized out as xml, its value is "perspective". | |
ShapeRelative | shapeRelative. When the item is serialized out as xml, its value is "shapeRelative". | |
DrawingRelative | drawingRelative. When the item is serialized out as xml, its value is "drawingRelative". |