Android.Views.Xaml.XamlView.OnLayout C# (CSharp) Method

OnLayout() protected method

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
return void
        protected override void OnLayout(bool changed, int l, int t, int r, int b)
        {
            if (view != null)
                    ((Android.Views.View) view).Layout (l, t, r, b);
        }