PathFillModeValues Enumeration

Path Fill Mode

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

Syntax

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

Members

Member name Description
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".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace