Setter Constructor (DependencyProperty^, Object^)

 

Initializes a new instance of the Setter class with the specified property and value.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
Setter(
	DependencyProperty^ property,
	Object^ value
)

Parameters

property
Type: System.Windows::DependencyProperty^

The DependencyProperty to apply the Value to.

value
Type: System::Object^

The value to apply to the property.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: