* UIImageButton: 更改了一个属性为私有,在VB.Net下不区分大小写而出错

This commit is contained in:
Sunny 2021-08-14 16:22:40 +08:00
parent d5e8d75a19
commit 2ab07bcf0e
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -277,7 +277,7 @@ namespace Sunny.UI
Invalidate();
}
public Point imageOffset;
private Point imageOffset;
[DefaultValue(typeof(Point), "0, 0")]
[Description("图片偏移位置"), Category("SunnyUI")]