Constructor ContentPropertyAttribute
ContentPropertyAttribute()
Creates a new content property attriubte that indicates that associated class does not have a content property attribute. This allows a descendent remove an ancestors declaration of a content property attribute.
public ContentPropertyAttribute()
ContentPropertyAttribute(string)
Creates a new content property attribute that associates the direct content of XAML content with property of the given name
public ContentPropertyAttribute(string name)
Parameters
name
stringThe property to associate to direct XAML content