Namespace: Spire.Presentation.Drawing.Animation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

AnimationEffect

See Also