Negates the Left and Right values of a Thickness.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[ValueConversionAttribute(typeof(Thickness), typeof(Thickness))]
public class MarginInversionConverter : IValueConverter
Visual Basic (Declaration)
<ValueConversionAttribute(GetType(Thickness), GetType(Thickness))> _
Public Class MarginInversionConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.MarginInversionConverter

See Also