AnimationCommandBehavior
Target Property
|
Indicates shape target.
Read/write
Shape
.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IShape Target { get; }
Public ReadOnly Property Target As IShape
Get
public:
property IShape^ Target {
IShape^ get ();
}
member Target : IShape with get
Property Value
Type:
IShape
See Also