This commit is contained in:
sherlockforrest
2023-06-20 09:22:53 +08:00
commit bf2ed2e31f
621 changed files with 271599 additions and 0 deletions

19
WPF/x Namespace.md Normal file
View File

@@ -0,0 +1,19 @@
# 修改Window窗口的作用域
x:ClassModifier
# 修改控件对象
x:FieldModifier x:Name必须声明
# 声明资源对象Window.Resources变量名
x:Key
# 获取同一个资源对象
x:Shared
# 数据类型
x:Type