Binding Properties
Properties
Converter | Gets or sets the IValueConverter to use. (Inherited from BindingBase) |
ConverterCulture | Gets or sets the culture in which to evaluate the converter. (Inherited from BindingBase) |
ConverterParameter | Gets or sets a parameter to pass to Converter. (Inherited from BindingBase) |
DefaultAnchor | (Inherited from BindingBase) |
ElementName | Gets or sets the name of the element to use as the binding source. |
FallbackValue | Gets or sets the value to use when the binding is unable to produce a value. (Inherited from BindingBase) |
Mode | Gets or sets the binding mode. (Inherited from BindingBase) |
NameScope | (Inherited from BindingBase) |
Path | Gets or sets the binding path. |
Priority | Gets or sets the binding priority. (Inherited from BindingBase) |
RelativeSource | Gets or sets the relative source for the binding. |
Source | Gets or sets the source for the binding. |
StringFormat | Gets or sets the string format. (Inherited from BindingBase) |
TargetNullValue | Gets or sets the value to use when the binding result is null. (Inherited from BindingBase) |
TypeResolver | Gets or sets a function used to resolve types from names in the binding path. |
UpdateSourceTrigger | Gets or sets a value that determines the timing of binding source updates for TwoWay and OneWayToSource bindings. (Inherited from BindingBase) |