0

I have a frame created from code and my objective is just round bottom corners.

                    Frame frm = new Frame
                    {
                        CornerRadius = 30,
                        BackgroundColor = Color.FromHex("#FBB519"),
                        HasShadow = true,
                        HeightRequest = 75,
                        Margin = new Thickness (0,20,0,0), 
                    };

I've tried

CornerRadius = 30,0,30,0

but doesn't worked. I've tried too use PancakeView to round corners, but I don't know how to use PancakeView from code. Thanks to all the people for trying to help me.

0 Answers0