次の方法で共有


Path.Fill プロパティ

定義

パスの塗りつぶし

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

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

プロパティ値

EnumValue<T> を返します。

属性

適用対象