CommonBehavior.Accumulate Property

Definition

Accumulate

Represents the following attribute in the schema: accumulate

[DocumentFormat.OpenXml.SchemaAttr(0, "accumulate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> Accumulate { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> Accumulate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "accumulate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues>? Accumulate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("accumulate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues>? Accumulate { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues>? Accumulate { get; set; }
member this.Accumulate : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "accumulate")>]
member this.Accumulate : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("accumulate")>]
member this.Accumulate : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues> with get, set
Public Property Accumulate As EnumValue(Of BehaviorAccumulateValues)

Property Value

Returns EnumValue<T>.

Attributes

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.

Applies to