'Declaration <TypeConverterAttribute(System.Windows.LengthConverter)> Public Property ItemWidth As Double
'Usage Dim instance As WrapPanel Dim value As Double instance.ItemWidth = value value = instance.ItemWidth
[TypeConverter(System.Windows.LengthConverter)] public double ItemWidth {get; set;}