Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / SizeAllocated Method


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

    Parameters

    width
    height
    See Also