Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridRow Class / ActualHeight Property


In This Topic
    ActualHeight Property
    In This Topic
    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