[]
        
(Showing Draft Content)

C1.WPF.Schedule.ChangeSignConverter

ChangeSignConverter Class

Represents a Binding converter that changes a sign of a numeric value.

Inheritance
ChangeSignConverter
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class ChangeSignConverter : IValueConverter
Remarks
<xref href="C1.WPF.Schedule.ChangeSignConverter" data-throw-if-not-resolved="false"></xref> is a two-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
ChangeSignConverter()

Fields

Name Description
Default

Gets an instance of ChangeSignConverter.

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.