add:UIA窗口置顶

This commit is contained in:
2025-10-18 18:26:13 +08:00
parent 5bfd0c7b2f
commit aa0bb22cdd
9 changed files with 312 additions and 4 deletions
+3
View File
@@ -591,6 +591,9 @@ namespace Ink_Canvas
[JsonProperty("isAlwaysOnTop")]
public bool IsAlwaysOnTop { get; set; } = true;
[JsonProperty("enableUIAccessTopMost")]
public bool EnableUIAccessTopMost { get; set; } = false;
}
public class InkToShape