LayoutVariablePropertySetType.AnimateOneByOne Property
One by One Animation String.Represents the element tag in schema: dgm:animOne
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property AnimateOneByOne As AnimateOneByOne
Get
Set
'Usage
Dim instance As LayoutVariablePropertySetType
Dim value As AnimateOneByOne
value = instance.AnimateOneByOne
instance.AnimateOneByOne = value
public AnimateOneByOne AnimateOneByOne { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne
Returns AnimateOneByOne.
See Also
Reference
LayoutVariablePropertySetType Class