PropertyMetadata Constructor (Object) |
Initializes a new instance of the PropertyMetadata class, using a property
default value.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public PropertyMetadata(
Object defaultValue
)
Parameters
- defaultValue
- Type: SystemObject
A default value for the property where this PropertyMetadata is applied.
See Also