Click or drag to resize
ContentPropertyAttributeName Property
Gets the name of the property that is the content property.

Namespace: System.Windows.Markup
Assembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax
C#
public string Name { get; set; }

Return Value

Type: String
The name of the property that is the content property.
See Also