AnimateBehaviorValues Enumeration

Time List Animate Behavior Value Types

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

Syntax

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

Members

Member name Description
String Value Type Enum ( String ). When the item is serialized out as xml, its value is "str".
Number Value Type Enum ( Number ). When the item is serialized out as xml, its value is "num".
Color Value Type Enum ( Color ). When the item is serialized out as xml, its value is "clr".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace