修改版本号和Path增加 Stretch属性

This commit is contained in:
小红帽
2023-12-03 23:47:52 +08:00
parent 4e23e93d9d
commit c2c6d5a602
15 changed files with 544 additions and 65 deletions

View File

@@ -1342,7 +1342,8 @@ namespace ConsoleApp1
nameof(Model.Insert)
}
},
Foreground="#fff"
Foreground="#fff",
//[nameof(Button.IsMouseOver)]=new TriggerDescribe((nameof(Button.Background),"rgb(236,245,255)"),(nameof(Button.Foreground),"rgb(64,158,255)"))
},
new Button
{
@@ -1386,17 +1387,17 @@ namespace ConsoleApp1
Width="100%",
FontSize=22,
Tag=this,
Template=(e,c)=>{
c.Add(new Border
{
Background="#f00",
Height = "100%",
Width = "100%",
BorderFill = null,
Name = "contentPresenter",
PresenterFor = this
});
}
//Template=(e,c)=>{
// c.Add(new Border
// {
// Background="#f00",
// Height = "100%",
// Width = "100%",
// BorderFill = null,
// Name = "contentPresenter",
// PresenterFor = this
// });
//}
},
Bindings=
{