Share via


PathShadeTypeValues Enumeration

Defines the PathShadeTypeValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
Shape shape. When the item is serialized out as xml, its value is "shape".
Circle circle. When the item is serialized out as xml, its value is "circle".
Rect rect. When the item is serialized out as xml, its value is "rect".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Word Namespace