eDriven Framework API
SetProperty Constructor (property, value)
NamespaceseDriven.AnimationSetPropertySetProperty(String, Object)
eDriven Framework API
Initializes a new instance of the SetProperty class
Declaration Syntax
C#Visual BasicVisual C++
public SetProperty(
	string property,
	Object value
)
Public Sub New ( _
	property As String, _
	value As Object _
)
public:
SetProperty(
	String^ property, 
	Object^ value
)
Parameters
property (String)
value (Object)

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)