Click or drag to resize
Setter Constructor (DependencyProperty, Object)
Initializes a new instance of the Setter class with initial Property and Value information.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Setter(
	DependencyProperty targetProperty,
	Object value
)

Parameters

targetProperty
Type: Windows.UI.XamlDependencyProperty
The dependency property identifier for the property that is being styled.
value
Type: SystemObject
The value to assign to the value when the Setter applies.
See Also