ContentPropertyAttribute Constructor (String) |
Initializes a new instance of the ContentPropertyAttribute class with the specified name
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ContentPropertyAttribute(
string name
)
Public Sub New (
name As String
)
new :
name : string -> ContentPropertyAttribute
Parameters
- name
- Type: SystemString
Name of the property that should be used as the content property
See Also