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