* UINavBar:增加可设置背景图片
This commit is contained in:
parent
cad36d42d5
commit
d60eae420e
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -330,7 +330,11 @@ namespace Sunny.UI
|
||||
{
|
||||
base.OnPaint(e);
|
||||
|
||||
if (BackgroundImage == null)
|
||||
{
|
||||
e.Graphics.Clear(BackColor);
|
||||
}
|
||||
|
||||
NodeX = 0;
|
||||
NodeY = Height - NodeSize.Height;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user