Shading.ThemeFill Property

Definition

Shading Background Theme Color

Represents the following attribute in the schema: w:themeFill

[DocumentFormat.OpenXml.SchemaAttr(23, "themeFill")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> ThemeFill { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> ThemeFill { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "themeFill")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues>? ThemeFill { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:themeFill")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues>? ThemeFill { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues>? ThemeFill { get; set; }
member this.ThemeFill : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "themeFill")>]
member this.ThemeFill : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:themeFill")>]
member this.ThemeFill : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> with get, set
Public Property ThemeFill As EnumValue(Of ThemeColorValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to