AnimationEffect
CommonBehaviorCollection Property
|
Gets collection of behavior for effect.
Read/write
CommonBehaviorCollection
.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public CommonBehaviorCollection CommonBehaviorCollection { get; set; }
Public Property CommonBehaviorCollection As CommonBehaviorCollection
Get
Set
public:
property CommonBehaviorCollection^ CommonBehaviorCollection {
CommonBehaviorCollection^ get ();
void set (CommonBehaviorCollection^ value);
}
member CommonBehaviorCollection : CommonBehaviorCollection with get, set
Property Value
Type:
CommonBehaviorCollection
See Also