FillOverlay.Blend プロパティ

定義

Blend

スキーマ内の次の属性を表します。

[DocumentFormat.OpenXml.SchemaAttr(0, "blend")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlendModeValues> Blend { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlendModeValues> Blend { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "blend")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlendModeValues>? Blend { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("blend")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlendModeValues>? Blend { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlendModeValues>? Blend { get; set; }
member this.Blend : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlendModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "blend")>]
member this.Blend : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlendModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("blend")>]
member this.Blend : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlendModeValues> with get, set
Public Property Blend As EnumValue(Of BlendModeValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

塗りつぶしと基本効果をブレンドする方法を指定します。

この属性に使用できる値は、単純型によって ST_BlendMode 定義されます。

適用対象