Click or drag to resize

Transitionadd Method

Adds a property that should be animated as part of this transition.

Namespace:  Transitions
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void add(
	Object target,
	string strPropertyName,
	Object destinationValue
)

Parameters

target
Type: SystemObject

[Missing <param name="target"/> documentation for "M:Transitions.Transition.add(System.Object,System.String,System.Object)"]

strPropertyName
Type: SystemString

[Missing <param name="strPropertyName"/> documentation for "M:Transitions.Transition.add(System.Object,System.String,System.Object)"]

destinationValue
Type: SystemObject

[Missing <param name="destinationValue"/> documentation for "M:Transitions.Transition.add(System.Object,System.String,System.Object)"]

See Also