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