Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Attribute System.AttributeUsage(System.AttributeTargets.Class) Indicates the property of the type that is the (default) content property. XAML processor uses to determine the content property. Decorating types with ContentPropertyAttribute allows shorter XAML syntax. As has a ContentProperty attribute applied, this XAML is valid: This is equivalent to the following, more explicit XAML ]]> Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 The name of the property. Initializes a new instance of the ContentPropertyAttribute class. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String Gets the name of the content property A string representing the name of the content property.