AnimationEffect
Subtype Property
|
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
Type:
AnimationEffectSubtype
See Also