[]
        
(Showing Draft Content)

C1.WPF.Tile.MultiplyConverter

MultiplyConverter Class

Represents a Binding converter that multiplies a numeric value by the specified parameter value.

Inheritance
MultiplyConverter
Implements
Namespace: C1.WPF.Tile
Assembly: C1.WPF.Tile.4.6.2.dll
Syntax
public class MultiplyConverter : IValueConverter
Remarks

The MultiplyConverter is a one-way converter. A source value must be of a numeric type, and a converted value has the same type as a source value.

Constructors

Name Description
MultiplyConverter()

Methods

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.