CommonBehavior.Additive Property
Additive.Represents the attribte in schema: additive
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "additive")> _
Public Property Additive As EnumValue(Of BehaviorAdditiveValues)
Get
Set
'Usage
Dim instance As CommonBehavior
Dim value As EnumValue(Of BehaviorAdditiveValues)
value = instance.Additive
instance.Additive = value
[SchemaAttrAttribute(, "additive")]
public EnumValue<BehaviorAdditiveValues> Additive { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<BehaviorAdditiveValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute specifies how to apply the animation values to the original value for the property.
The possible values for this attribute are defined by the ST_TLBehaviorAdditiveType simple type.