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