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