C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / MinHeight Property


In This Topic
MinHeight Property
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
See Also