2011-05-30 7 views

答えて

4

は、カスタムボタンを作成します。

UIButton myButton = UIButton.FromType(UIButtonType.Custom); 

は、あなたが望む形で、背景画像を割り当てます

myButton.SetBackgroundImage(UIImage.FromFile("circle.png"), UIControlState.Normal); 
関連する問題