Table of Contents

Class CardClipConverter

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public class CardClipConverter : IMultiValueConverter
Inheritance
CardClipConverter
Implements
Inherited Members
Extension Methods

Methods

Convert(object[], Type, object, CultureInfo)

1 - Content presenter render size, 2 - Clipping border padding (main control padding)

public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)

Parameters

values object[]
targetType Type
parameter object
culture CultureInfo

Returns

object

ConvertBack(object, Type[], object, CultureInfo)

Converts a binding target value to the source binding values.

public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)

Parameters

value object

The value that the binding target produces.

targetTypes Type[]

The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.

parameter object

The converter parameter to use.

culture CultureInfo

The culture to use in the converter.

Returns

object[]

An array of values that have been converted from the target value back to the source values.