Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexPie Class / LayoutChildren Method
The left-side bound of the rectangle into which the children will be laid out.
The top bound of the rectangle into which the children will be laid out.
The width of the rectangle into which the children will be laid out.
The height of the rectangle into which the children will be laid out.


In This Topic
    LayoutChildren Method (FlexPie)
    In This Topic
    Lays out the FlexChart.Children in the specified rectangle. This method no need to implement currently.
    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 FlexPie
    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
    The left-side bound of the rectangle into which the children will be laid out.
    y
    The top bound of the rectangle into which the children will be laid out.
    width
    The width of the rectangle into which the children will be laid out.
    height
    The height of the rectangle into which the children will be laid out.
    See Also