CommonBehavior.Accumulate Property
Accumulate.Represents the attribte in schema: accumulate
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "accumulate")> _
Public Property Accumulate As EnumValue(Of BehaviorAccumulateValues)
Get
Set
'Usage
Dim instance As CommonBehavior
Dim value As EnumValue(Of BehaviorAccumulateValues)
value = instance.Accumulate
instance.Accumulate = value
[SchemaAttrAttribute(, "accumulate")]
public EnumValue<BehaviorAccumulateValues> Accumulate { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<BehaviorAccumulateValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute makes a repeating animation build with each iteration when set to "always."
The possible values for this attribute are defined by the ST_TLBehaviorAccumulateType simple type.