PathShadeValues-Enumeration
Path Shade Type
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PathShadeValues
'Usage
Dim instance As PathShadeValues
public enum PathShadeValues
Member
Membername | Beschreibung | |
---|---|---|
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". | |
Rectangle | Rectangle. When the item is serialized out as xml, its value is "rect". |