Click or drag to resize
PropertyMetadata Constructor (Object, PropertyChangedCallback)
Initializes a new instance of the PropertyMetadata class, using a property default value and callback reference.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public PropertyMetadata(
	Object defaultValue,
	PropertyChangedCallback propertyChangedCallback
)

Parameters

defaultValue
Type: SystemObject
A default value for the property where this PropertyMetadata is applied.
propertyChangedCallback
Type: Windows.UI.XamlPropertyChangedCallback
A reference to the callback to call for property changed behavior.
See Also