BlendModeValues-Enumeration
Blend Mode
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration BlendModeValues
'Usage
Dim instance As BlendModeValues
public enum BlendModeValues
Member
Membername | Beschreibung | |
---|---|---|
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". |