NoesisGUI
 

🔹 BaseBinding Class

namespace Noesis | MSDN

Defines the common features for Binding.

Inheritance Hierarchy

BaseBinding

📚 Class Hierarchy Index

Properties

Name Description
 Delay Gets or sets the amount of time, in milliseconds, to wait before updating the binding source after the value on the target changes
 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.

Standard and Custom formats are supported.

Examples:

<TextBlock Text="{Binding Amount, StringFormat=F2}" />
<TextBlock Text="{Binding Amount, StringFormat={}{0:F2}}" />
<TextBlock Text="{Binding Amount, StringFormat=Value is {0:F2} units}" />
 TargetNullValue Gets or sets the value to use when final target value is null

 Dependency Property    Reflection Property


Attached Properties

BaseBinding has no attached properties

Methods

From MarkupExtension

Name Description
 ProvideValue(const ValueTargetProvider*) Returns an object that is provided as the value of the target property for this extension

Events

BaseBinding has no events

 
© 2017 Noesis Technologies