点击或拖拽改变大小

BindingMode 枚举

This enum describes how the data flows through a given Binding

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public enum BindingMode
成员
  成员名称说明
TwoWay0 Data flows from source to target and vice-versa
OneWay1 Data flows from source to target, source changes cause data flow
OneTime2 Data flows from source to target once, source changes are ignored 数据从源流到目标一次, 源更改将被忽略
OneWayToSource3 Data flows from target to source, target changes cause data flow
参见