Click or drag to resize

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
)

Parameters

name
Type: SystemString
Name of the property that should be used as the content property
See Also