Click or drag to resize

PropertyStore Constructor

Initializes a new instance of the PropertyStore class.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PropertyStore(
	Object parent
)

Parameters

parent
Type: SystemObject
Parent to attach the properties to
See Also