[]
The AddValueConverter class is the abstract base class for the IncrementConverter and DecrementConverter classes.
public abstract class AddValueConverter : IValueConverter
Name | Description |
---|---|
AddValueConverter(int) | Initializes a new instance of the AddValueConverter |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target. |
ConvertBack(object, Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source. |