Class
InvertedThicknessConverter

Represents the converter that converts ScrollMode values to Visibility enumeration value.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class InvertedThicknessConverter : IValueConverter

Inheritance: objectInvertedThicknessConverter

Implements: IValueConverter

Constructors

InvertedThicknessConverter()

Declaration

cs-api-definition
public InvertedThicknessConverter()

Methods

Convert(object, Type, object, CultureInfo)

Inverts a Thickness object value.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value produced by the binding source.

targetType

Type

The type of the binding target property.

parameter

object

The converter parameter to use.

culture

CultureInfo

The culture to use in the converter.

Returns

object

The inverted Thickness object.

ConvertBack(object, Type, object, CultureInfo)

Inverts a Thickness object value.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value produced by the binding source.

targetType

Type

The type of the binding target property.

parameter

object

The converter parameter to use.

culture

CultureInfo

The culture to use in the converter.

Returns

object

The inverted Thickness object.