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

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

Parameters

defaultValue
Type: SystemObject
A default value for the property where this PropertyMetadata is applied.
See Also