PropertyEffectTo Property |
Specifies the ending value for 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 To { get; set; }
Public Property To As String
Get
Set
public:
virtual property String^ To {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract To : string with get, set
override To : string with get, set
Property Value
Type:
StringImplements
IPropertyEffectTo
See Also