Calculates margins and padding required by editors with non-default background colors implemented using Border elements.

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 GridSpacingCompensationConverter : IValueConverter
Visual Basic (Declaration)
<ValueConversionAttribute(GetType(Thickness), GetType(Thickness))> _
Public Class GridSpacingCompensationConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.GridSpacingCompensationConverter

See Also