标签: xamarin xamarin.forms
我想知道边界宽度的值是什么以及它在代码中的设置位置。
有人能指出我这个值/面积吗?
答案 0 :(得分:1)
显然Frame并没有使用它
// not currently used by frame double IBorderElement.BorderWidth => -1d;
Android renderer使用的StrokeWidth为1
paint.StrokeWidth = 1;
iOS
Layer.BorderWidth = 1;