AnimationColorBehavior
By Property
|
Describes the relative color value for the color animation.
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 AnimationColorTransform By { get; set; }
Public Property By As AnimationColorTransform
Get
Set
public:
property AnimationColorTransform^ By {
AnimationColorTransform^ get ();
void set (AnimationColorTransform^ value);
}
member By : AnimationColorTransform with get, set
Property Value
Type:
AnimationColorTransform
See Also