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


FillOverlay.Blend Property

Blend.Represents the attribte in schema: blend

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

Syntax

'Declaration
<SchemaAttrAttribute(, "blend")> _
Public Property Blend As EnumValue(Of BlendModeValues)
    Get
    Set
'Usage
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.

See Also

Reference

FillOverlay Class

FillOverlay Members

DocumentFormat.OpenXml.Drawing Namespace