improve:窗口模式

This commit is contained in:
2025-12-13 17:03:58 +08:00
parent 430fff0515
commit 287d31a3a9
5 changed files with 38 additions and 1 deletions
+3
View File
@@ -602,6 +602,9 @@ namespace Ink_Canvas
[JsonProperty("enableUIAccessTopMost")]
public bool EnableUIAccessTopMost { get; set; } = false;
[JsonProperty("windowMode")]
public bool WindowMode { get; set; } = true;
}
public class InkToShape