AnimationDiagramOnlyBuildValues Enumeration

Diagram only Animation Types

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

Syntax

'Declaration
Public Enumeration AnimationDiagramOnlyBuildValues
'Usage
Dim instance As AnimationDiagramOnlyBuildValues
public enum AnimationDiagramOnlyBuildValues

Members

Member name Description
One Elements One-by-One. When the item is serialized out as xml, its value is "one".
LevelOne Level One-by-One. When the item is serialized out as xml, its value is "lvlOne".
LevelAtOnce Each Level at Once. When the item is serialized out as xml, its value is "lvlAtOnce".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace