Converts instances of String type to and from instances of Thickness.

Namespace:  C1.WPF.Extended.PropertyGrid
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class ThicknessConverter : IValueConverter
Visual Basic
Public Class ThicknessConverter _
	Implements IValueConverter
XAML Object Element Usage
<ThicknessConverter .../>

Inheritance Hierarchy

System..::..Object
  C1.WPF.Extended.PropertyGrid..::..ThicknessConverter

See Also