Click or drag to resize
ContentPropertyAttribute Constructor (String)
Initializes a new instance of the ContentPropertyAttribute class with the specified name.

Namespace: System.Windows.Markup
Assembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax
C#
public ContentPropertyAttribute(
	string name
)

Parameters

name
Type: SystemString
The name of the ContentPropertyAttribute
See Also