Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IBehaviorCollection Behaviors { get; set; }
Public Property Behaviors As IBehaviorCollection
Get
Set
public:
virtual property IBehaviorCollection^ Behaviors {
IBehaviorCollection^ get () sealed;
void set (IBehaviorCollection^ value) sealed;
}
abstract Behaviors : IBehaviorCollection with get, set
override Behaviors : IBehaviorCollection with get, set
Property Value
Type:
IBehaviorCollectionImplements
IEffectBehaviors
See Also