Этап 6

This commit is contained in:
2026-03-29 16:32:04 +03:00
parent 400af7982e
commit 9ef5ad8f68
5 changed files with 437 additions and 23 deletions

View File

@@ -30,6 +30,9 @@ public partial class EditorViewModel : ViewModelBase
[ObservableProperty]
private WriteableBitmap? _canvasBitmap;
[ObservableProperty]
private bool _showGrid;
/// <summary>
/// Path of the currently open file, or null for unsaved new containers.
/// </summary>