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