PathFillModeValues enumeration

Office 2013 and later

Path Fill Mode

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

No code example is currently available or this language may not be supported.

Member nameDescription
None No Path Fill. When the item is serialized out as xml, its value is "none".
Norm Normal Path Fill. When the item is serialized out as xml, its value is "norm".
Lighten Lighten Path Fill. When the item is serialized out as xml, its value is "lighten".
LightenLess Lighten Path Fill Less. When the item is serialized out as xml, its value is "lightenLess".
Darken Darken Path Fill. When the item is serialized out as xml, its value is "darken".
DarkenLess Darken Path Fill Less. When the item is serialized out as xml, its value is "darkenLess".
Show: