Freigeben über


FillOverlay.Blend-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<BlendModeValues>
Returns EnumValue<T>.

Hinweise

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.

Siehe auch

Referenz

FillOverlay Klasse

FillOverlay-Member

DocumentFormat.OpenXml.Drawing-Namespace