ICommandEffect
ICommandEffect interface
Represents a command effect for an animation behavior.
public interface ICommandEffect : IBehavior
Properties
Name | Description |
---|---|
AsIBehavior { get; } | Allows to get base IBehavior interface. Read-only IBehavior . |
CommandString { get; set; } | Defines command string. Read/write String. |
ShapeTarget { get; set; } | Defines shape target of command effect. Read/write IShape . |
Type { get; set; } | Defines command effect type of behavior. Read/write CommandEffectType . |
See Also
- interface IBehavior
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides