Represents the converter that converts ScrollMode values to Visibility enumeration value.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class InvertedThicknessConverter : IValueConverter
Inheritance: objectInvertedThicknessConverter
Implements:
Constructors
C#
public InvertedThicknessConverter()
Methods
Inverts a Thickness object value.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The value produced by the binding source.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns:The inverted Thickness object.
Inverts a Thickness object value.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
The value produced by the binding source.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns:The inverted Thickness object.