Class InvertedThicknessConverter
Represents the converter that converts ScrollMode values to Visibility enumeration value.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class InvertedThicknessConverter : Object, IValueConverter
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
System. The value produced by the binding source. |
System. The type of the binding target property. |
System. The converter parameter to use. |
System. The culture to use in the converter. |
Returns
System. 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
System. The value produced by the binding source. |
System. The type of the binding target property. |
System. The converter parameter to use. |
System. The culture to use in the converter. |
Returns
System. The inverted Thickness object. |