Modifies the passed thickness to thickness where only the required parameters are present. E.g. 2 3 4 5 with parameter LeftTop is returned as 2 3 0 0.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class ThicknessToOrientedThicknessConverter : IValueConverter
Inheritance: objectThicknessToOrientedThicknessConverter
Implements:
Constructors
C#
public ThicknessToOrientedThicknessConverter()
Methods
Returns the passed Thickness value modified based on the parameter.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Left, top, right, bottom string values in any combination or order.
cultureCultureInfoReturns:Not supported.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
The value.