RotationEffectFrom Property |
Describes the starting value for the animation.
Read/write
Single.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float From { get; set; }
Public Property From As Single
Get
Set
public:
virtual property float From {
float get () sealed;
void set (float value) sealed;
}
abstract From : float32 with get, set
override From : float32 with get, set
Property Value
Type:
SingleImplements
IRotationEffectFrom
See Also