2016-07-07 91 views

回答

2

在Xamarin SetStroke(int width,int color)不存在。

您可以改爲使用SetStroke(int width,Color color)。

事情是這樣的:

GradientDrawable shape = new GradientDrawable(); 
shape.SetStroke(1, Resources.GetColor(Resource.Color.black);