ContentPropertyAttribute Class |
Attribute to indicate which property of a type is the content property
Inheritance Hierarchy
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class ContentPropertyAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := false, Inherited := true)>
Public NotInheritable Class ContentPropertyAttribute
Inherits Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)>]
type ContentPropertyAttribute =
class
inherit Attribute
end
The ContentPropertyAttribute type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Name |
Gets the name of the property to use as the content property
|
TopRemarks
Used for compatibility with XAML.
See Also