Click or drag to resize

PropertyBindingT Constructor (String, Boolean)

Initializes a new instance of the PropertyBinding with the specified property

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PropertyBinding(
	string property,
	bool ignoreCase = true
)

Parameters

property
Type: SystemString
Property to use to get/set values for this binding
ignoreCase (Optional)
Type: SystemBoolean
True to ignore case for the property, false to be case sensitive
See Also