I have a class thats extending UIButton. How do I set the default size of the button (custom component)?
I tried..
this.Frame = new RectangleF (0,0,52,44);
I have a class thats extending UIButton. How do I set the default size of the button (custom component)?
I tried..
this.Frame = new RectangleF (0,0,52,44);