ComponentOne Xamarin.iOS
ActualHeight Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : ActualHeight Property
Gets the actual height of the row in pixels.
Syntax
'Declaration
 
Public ReadOnly Property ActualHeight As Double
'Usage
 
Dim instance As GridRow
Dim value As Double
 
value = instance.ActualHeight
public double ActualHeight {get;}
See Also

Reference

GridRow Class
GridRow Members