I tried the code
UIbutton *bt = new UIbutton;
bt.Font = UIFont.SystemFontSize(35);
But I keep getting a compilation error "Font size is inaccessible due to protection level." Any workaround?
|
I tried the code
But I keep getting a compilation error "Font size is inaccessible due to protection level." Any workaround? |
||||
|
|
|
The error message is far from ideal, but For that you want:
|
||||
|
|