TimeListAnimationVariantType Class

Defines the TimeListAnimationVariantType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType
        DocumentFormat.OpenXml.Presentation.ToVariantValue
        DocumentFormat.OpenXml.Presentation.VariantValue

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(StringVariantValue))> _
<ChildElementInfoAttribute(GetType(FloatVariantValue))> _
<ChildElementInfoAttribute(GetType(BooleanVariantValue))> _
<ChildElementInfoAttribute(GetType(IntegerVariantValue))> _
<ChildElementInfoAttribute(GetType(ColorValue))> _
Public MustInherit Class TimeListAnimationVariantType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TimeListAnimationVariantType
[ChildElementInfoAttribute(typeof(StringVariantValue))]
[ChildElementInfoAttribute(typeof(FloatVariantValue))]
[ChildElementInfoAttribute(typeof(BooleanVariantValue))]
[ChildElementInfoAttribute(typeof(IntegerVariantValue))]
[ChildElementInfoAttribute(typeof(ColorValue))]
public abstract class TimeListAnimationVariantType : OpenXmlCompositeElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TimeListAnimationVariantType Members

DocumentFormat.OpenXml.Presentation Namespace