Shape.UseBackgroundFill Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use Background Fill
Represents the following attribute in the schema: useBgFill
[DocumentFormat.OpenXml.SchemaAttr(0, "useBgFill")]
public DocumentFormat.OpenXml.BooleanValue UseBackgroundFill { get; set; }
public DocumentFormat.OpenXml.BooleanValue UseBackgroundFill { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "useBgFill")]
public DocumentFormat.OpenXml.BooleanValue? UseBackgroundFill { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("useBgFill")]
public DocumentFormat.OpenXml.BooleanValue? UseBackgroundFill { get; set; }
public DocumentFormat.OpenXml.BooleanValue? UseBackgroundFill { get; set; }
member this.UseBackgroundFill : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "useBgFill")>]
member this.UseBackgroundFill : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("useBgFill")>]
member this.UseBackgroundFill : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property UseBackgroundFill As BooleanValue
Property Value
Returns BooleanValue.
- Attributes