CommandEffectShapeTarget Property |
Defines shape target of command effect.
Read/write
IShape.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IShape ShapeTarget { get; set; }
Public Property ShapeTarget As IShape
Get
Set
public:
virtual property IShape^ ShapeTarget {
IShape^ get () sealed;
void set (IShape^ value) sealed;
}
abstract ShapeTarget : IShape with get, set
override ShapeTarget : IShape with get, set
Property Value
Type:
IShapeImplements
ICommandEffectShapeTargetSee Also