NoesisGUI

BaseBinding Class

namespace Noesis | MSDN

Defines the common features for Binding.

Inheritance Hierarchy

BaseBinding

INDEX Class Hierarchy Index

Properties


Name Description
None Delay Gets or sets the amount of time, in milliseconds, to wait before updating the binding source after the value on the target changes
None FallbackValue Gets or sets the value to use when the binding is unable to return a value
None 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}" />
None TargetNullValue Gets or sets the value to use when final target value is null

DP_ Dependency Property      RO_ Read-only


Methods

From MarkupExtension

Name Description
ProvideValue Returns an object that is provided as the value of the target property for this extension

Events

BaseBinding has no events

© 2017 Noesis Technologies