Поделиться через


BlendModeValues Enumeration

Blend Mode

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

Syntax

'Декларация
Public Enumeration BlendModeValues
'Применение
Dim instance As BlendModeValues
public enum BlendModeValues

Members

Member name Description
Overlay Overlay. When the item is serialized out as xml, its value is "over".
Multiply Multiply. When the item is serialized out as xml, its value is "mult".
Screen Screen. When the item is serialized out as xml, its value is "screen".
Darken Darken. When the item is serialized out as xml, its value is "darken".
Lighten Lighten. When the item is serialized out as xml, its value is "lighten".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace