TextAnimation
Background Property
|
Shape effect.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public AnimationEffect Background { get; set; }
Public Property Background As AnimationEffect
Get
Set
public:
property AnimationEffect^ Background {
AnimationEffect^ get ();
void set (AnimationEffect^ value);
}
member Background : AnimationEffect with get, set
Property Value
Type:
AnimationEffect
See Also