Setter Constructor (DependencyProperty, Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the Setter class with the specified property and value.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- property
- Type: System.Windows.DependencyProperty
The dependency property to apply the value to.
- value
- Type: System.Object
The value to apply to the property.
Show: