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