AnimationColorBehavior
To Property
|
Indicates the ending color of behavior.
Read/write
ColorFormat
.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ColorFormat To { get; set; }
Public Property To As ColorFormat
Get
Set
public:
property ColorFormat^ To {
ColorFormat^ get ();
void set (ColorFormat^ value);
}
member To : ColorFormat with get, set
Property Value
Type:
ColorFormat
See Also