AnimationColorBehavior
From Property
|
Indicates the starting 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 From { get; set; }
Public Property From As ColorFormat
Get
Set
public:
property ColorFormat^ From {
ColorFormat^ get ();
void set (ColorFormat^ value);
}
member From : ColorFormat with get, set
Property Value
Type:
ColorFormat
See Also