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

Property Value

BehaviorAdditiveType

See Also