Specifies the certain attribute of a effect after an animation effect.
Represents point value.
Only: bool, ColorFormat, float, int, string.
Read/write
Object.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Object To { get; set; }
Public Property To As Object
Get
Set
public:
virtual property Object^ To {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract To : Object with get, set
override To : Object with get, set
Property Value
Type:
ObjectImplements
ISetEffectTo
See Also