BuildParagraph.AutoAnimateBackground Property

Auto Update Animation Background.Represents the attribte in schema: autoUpdateAnimBg

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

Syntax

'Declaration
<SchemaAttrAttribute(, "autoUpdateAnimBg")> _
Public Property AutoAnimateBackground As BooleanValue
    Get
    Set
'Usage
Dim instance As BuildParagraph
Dim value As BooleanValue

value = instance.AutoAnimateBackground

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

BuildParagraph Class

BuildParagraph Members

DocumentFormat.OpenXml.Presentation Namespace