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