ContentPropertyAttribute Constructor ()
.NET Framework (current version)
Initializes a new instance of the ContentPropertyAttribute class.
Assembly: System.Xaml (in System.Xaml.dll)
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
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: