EffectTargetShape Property |
Returns target shape for effect.
Read-only
IShape.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic IShape TargetShape { get; }
Public ReadOnly Property TargetShape As IShape
Get
public:
virtual property IShape^ TargetShape {
IShape^ get () sealed;
}
abstract TargetShape : IShape with get
override TargetShape : IShape with get
Property Value
Type:
IShapeImplements
IEffectTargetShape
See Also