PropertyEffectBy Property |
Specifies a relative offset value for the animation with respect to its
position before the start of the animation.
Read/write
String.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string By { get; set; }
Public Property By As String
Get
Set
public:
virtual property String^ By {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract By : string with get, set
override By : string with get, set
Property Value
Type:
StringImplements
IPropertyEffectBy
See Also