Setter Constructor (DependencyProperty^, Object^, String^)
.NET Framework (current version)
Initializes a new instance of the Setter class with the specified property, value, and target name.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- property
-
Type:
System.Windows::DependencyProperty^
The DependencyProperty to apply the Value to.
- value
-
Type:
System::Object^
The value to apply to the property.
- targetName
-
Type:
System::String^
The name of the child node this Setter is intended for.
.NET Framework
Available since 3.0
Available since 3.0
Show: