Enum BindingMode
This enumeration specifies in which direction bindings will be evaluated. Used for Mode.
Namespace: Northwoods.Go.Models
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum BindingMode
Fields
Name | Description |
---|---|
OneWay | Uses data source values and sets GraphObject properties. |
TwoWay | Uses data source values and GraphObject properties and keeps them in sync. |