Поделиться через


CommonBehavior.Override Property

Override.Represents the attribte in schema: override

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

Syntax

'Declaration
<SchemaAttrAttribute(, "override")> _
Public Property Override As EnumValue(Of BehaviorOverrideValues)
    Get
    Set
'Usage
Dim instance As CommonBehavior
Dim value As EnumValue(Of BehaviorOverrideValues)

value = instance.Override

instance.Override = value
[SchemaAttrAttribute(, "override")]
public EnumValue<BehaviorOverrideValues> Override { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<BehaviorOverrideValues>
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 a behavior should override values of the attribute being animated on the target element. The "childStyle" will clear the attributes on the children contained inside the target element.

The possible values for this attribute are defined by the ST_TLBehaviorOverrideType simple type.

See Also

Reference

CommonBehavior Class

CommonBehavior Members

DocumentFormat.OpenXml.Presentation Namespace