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


In This Topic
    LayoutChildren Method (C1DropDown)
    In This Topic
    Layout children.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub LayoutChildren( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    'Usage
     
    
    Dim instance As C1DropDown
    Dim x As Double
    Dim y As Double
    Dim width As Double
    Dim height As Double
     
    instance.LayoutChildren(x, y, width, height)
    protected override void LayoutChildren( 
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    x
    y
    width
    height
    See Also