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
Typeparameter
objectculture
CultureInfo
Returns
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
objectThe 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
objectThe converter parameter to use.
culture
CultureInfoThe 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.