BaseBinding Class
Defines the common features for Binding.
http://msdn.microsoft.com/en-us/library/system.windows.data.bindingbase.aspx
Methods
BaseBinding has no methods
Properties
From BaseBinding
Name | Description | |
---|---|---|
![]() |
FallbackValue | Gets or sets the value to use when the binding is unable to return a value |
![]() |
StringFormat | Gets or sets a string that specifies how to format the binding if it displays the bound value as a string. Examples: <TextBlock Text="{Binding Amount, StringFormat=F2}" />
<TextBlock Text="{Binding Amount, StringFormat={}{0:F2}}" />
<TextBlock Text="{Binding Amount, StringFormat=Value is {0:F2} units}" />
|


Events
BaseBinding has no events