Delegate SimpleConversion
For Bindings: A side-effect-free delegate converting a value.
This delegate can be provided as either the converter or back converter of a Binding.
Namespace: Northwoods.Go.Models
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public delegate object SimpleConversion(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value | the value from the source or target |
Returns
Type | Description |
---|---|
object | the value to set to a target or data property |