Click or drag to resize

CommonBehaviorCollection Append Method

Add new behavior to a collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
	CommonBehavior item
)

Parameters

item
Type: Spire.Presentation.Drawing.Animation CommonBehavior
Behavior to add.

Return Value

Type: Int32
Index of a new behavior in a collection.
See Also