AnimateOneByOneValues Enumeration

One by One Animation Value Definition

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

Syntax

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

Members

Member name Description
None Disable One-by-One. When the item is serialized out as xml, its value is "none".
One One By One. When the item is serialized out as xml, its value is "one".
Branch By Branch One By One. When the item is serialized out as xml, its value is "branch".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace