MotionEffectAngle Property |
Describes the relative angle of the motion path.
Read/write
Single.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Angle { get; set; }
Public Property Angle As Single
Get
Set
public:
virtual property float Angle {
float get () sealed;
void set (float value) sealed;
}
abstract Angle : float32 with get, set
override Angle : float32 with get, set
Property Value
Type:
SingleImplements
IMotionEffectAngle
See Also