Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / OnSizeAllocated Method


In This Topic
    OnSizeAllocated Method (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSizeAllocated( _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    'Usage
     
    
    Dim instance As GridCellView
    Dim width As Double
    Dim height As Double
     
    instance.OnSizeAllocated(width, height)
    protected virtual void OnSizeAllocated( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also