* UINavMenu:增加设置二级菜单底色

This commit is contained in:
Sunny 2021-03-12 20:20:21 +08:00
parent 640f4592b9
commit 6df54aeb6d
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -460,7 +460,7 @@ namespace Sunny.UI
}
}
private Color secondBackColor = UIColor.Blue;
private Color secondBackColor = Color.FromArgb(66, 66, 66);
[DefaultValue(typeof(Color), "66, 66, 66")]
[Description("二级节点背景颜色"), Category("SunnyUI")]