MinHeight Property (GridRow)
Gets or sets the minimum height of the row.
public double MinHeight {get; set;}
'Declaration
Public Property MinHeight As Double
'Usage
Dim instance As GridRow
Dim value As Double
instance.MinHeight = value
value = instance.MinHeight