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

Property Value

AnimationCommandType

See Also