ContentPropertyAttribute Constructor ()

 

Initializes a new instance of the ContentPropertyAttribute class.

Namespace:   System.Windows.Markup
Assembly:  System.Xaml (in System.Xaml.dll)

public:
ContentPropertyAttribute()

Because of the Inherited=true declaration of the attribute, a value for a ContentPropertyAttribute normally applies a content property designation to all derived classes as well. Using this signature, or applying an empty ContentPropertyAttribute, enables a derived class to remove a declaration of a content property attribute by a base class (and note that the class has no content property).

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: