FillOverlay.Blend Property
Blend.Represents the attribte in schema: blend
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "blend")> _
Public Property Blend As EnumValue(Of BlendModeValues)
Get
Set
'使用
Dim instance As FillOverlay
Dim value As EnumValue(Of BlendModeValues)
value = instance.Blend
instance.Blend = value
[SchemaAttrAttribute(, "blend")]
public EnumValue<BlendModeValues> Blend { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<BlendModeValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies how to blend the fill with the base effect.
The possible values for this attribute are defined by the ST_BlendMode simple type.