Shape.UseBackgroundFill Property

Use Background Fill.Represents the attribte in schema: useBgFill

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "useBgFill")> _
Public Property UseBackgroundFill As BooleanValue
    Get
    Set
'Usage
Dim instance As Shape
Dim value As BooleanValue

value = instance.UseBackgroundFill

instance.UseBackgroundFill = value
[SchemaAttrAttribute(, "useBgFill")]
public BooleanValue UseBackgroundFill { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Presentation Namespace