Specifies the certain attribute of a effect after an animation effect.
Read/write
Object
.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Object To { get; set; }
Public Property To As Object
Get
Set
public:
property Object^ To {
Object^ get ();
void set (Object^ value);
}
member To : Object with get, set
Property Value
Type:
Object
See Also