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.Object
value
The value produced by the binding source. |
System.Type
targetType
The type of the binding target property. |
System.Object
parameter
The converter parameter to use. |
System.Globalization.CultureInfo
culture
The culture to use in the converter. |
Returns
System.Object
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.Object
value
The value produced by the binding source. |
System.Type
targetType
The type of the binding target property. |
System.Object
parameter
The converter parameter to use. |
System.Globalization.CultureInfo
culture
The culture to use in the converter. |
Returns
System.Object
The inverted Thickness object. |