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