RotationEffectBy Property |
Describes the relative offset 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 By { get; set; }
Public Property By As Single
Get
Set
public:
virtual property float By {
float get () sealed;
void set (float value) sealed;
}
abstract By : float32 with get, set
override By : float32 with get, set
Property Value
Type:
SingleImplements
IRotationEffectBy
See Also