* UIPage:设置PageIndex属性可见

This commit is contained in:
Sunny 2021-02-23 16:58:40 +08:00
parent 35fef86d11
commit cb52f49b34
6 changed files with 0 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

@ -105,7 +105,6 @@ namespace Sunny.UI
[Browsable(false)] public Point ParentLocation { get; set; } = new Point(0, 0);
[Browsable(false)]
[DefaultValue(-1)]
public int PageIndex { get; set; } = -1;