标签:path orm efault 链接 mod sof and form set
Binding这个类包含以下几个常用的属性:
ElementName: Gets or sets the name of the elements to use as the binding source object. [Default is null]
Source: Gets or sets the object to use as the binding source.
RelativeSource: Gets or sets the binding source by specifying its location relative to the position of the binding target.
Converter: Gets or sets the converter to use.
Mode: Gets or sets a value that indicates the direction of the data flow in the binding.
Path: Gets or sets the path to the binding source property.
StringFormat: Gets or sets a string that specifies how to format the binding if it displays the bound value as a string.(Inherited from BindingBase.)
参考链接:
https://msdn.microsoft.com/en-us/library/system.windows.data.binding(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/ms750413.aspx
http://stackoverflow.com/questions/1906587/wpf-bind-to-itself
https://msdn.microsoft.com/en-us/library/ms746695(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/ms752347(v=vs.110).aspx
标签:path orm efault 链接 mod sof and form set
原文地址:http://www.cnblogs.com/liangzi4000/p/6070656.html