ContentPropertyAttribute Constructor (String) |
Initializes a new instance of the ContentPropertyAttribute class with the specified name.
Namespace: System.Windows.MarkupAssembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax public ContentPropertyAttribute(
string name
)
Parameters
- name
- Type: SystemString
The name of the ContentPropertyAttribute
See Also