暂时可简单使用

This commit is contained in:
liufei
2021-05-12 10:00:12 +08:00
parent 876e78bbfc
commit ef7cb465a1
17 changed files with 672 additions and 202 deletions

View File

@@ -116,6 +116,21 @@ namespace GeekDesk.ViewModel
}
}
public int ImageHeight
{
get
{
return imageHeight;
}
set
{
imageHeight = value;
OnPropertyChanged("ImageHeight");
}
}
[field: NonSerializedAttribute()]