Freigeben über


CommonBehavior.Additive-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<BehaviorAdditiveValues>
Returns EnumValue<T>.

Hinweise

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.

Siehe auch

Referenz

CommonBehavior Klasse

CommonBehavior-Member

DocumentFormat.OpenXml.Presentation-Namespace