Specifies the target location for an animation scale effect (in percents).
Read/write
PointF.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic PointF To { get; set; }
Public Property To As PointF
Get
Set
public:
virtual property PointF To {
PointF get () sealed;
void set (PointF value) sealed;
}
abstract To : PointF with get, set
override To : PointF with get, set
Property Value
Type:
PointFImplements
IScaleEffectTo
See Also