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 AnimationEffectSubtype Subtype { get; set; }
Public Property Subtype As AnimationEffectSubtype
	Get
	Set
public:
property AnimationEffectSubtype Subtype {
	AnimationEffectSubtype get ();
	void set (AnimationEffectSubtype value);
}
member Subtype : AnimationEffectSubtype with get, set

Property Value

AnimationEffectSubtype

See Also