New to Telerik UI for WPFStart a free 30-day trial

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: IValueConverter

Constructors

C#
public InvertedThicknessConverter()

Methods

Inverts a Thickness object value.

C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters:valueobject

The value produced by the binding source.

targetTypeType

The type of the binding target property.

parameterobject

The converter parameter to use.

cultureCultureInfo

The culture to use in the converter.

Returns:

object

The inverted Thickness object.

Inverts a Thickness object value.

C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters:valueobject

The value produced by the binding source.

targetTypeType

The type of the binding target property.

parameterobject

The converter parameter to use.

cultureCultureInfo

The culture to use in the converter.

Returns:

object

The inverted Thickness object.