Added Button to save - updated SplitView functionality - updated SplitViewOpenButton

This commit is contained in:
Ano-sys
2025-02-21 17:17:34 +01:00
parent 1177efcc58
commit b2ef3b03c4
4 changed files with 95 additions and 13 deletions
+1
View File
@@ -75,6 +75,7 @@ public class MainWindowViewModel : ViewModelBase
private void ChangeSelectedColor(SolidColorBrush color)
{
Brush = color;
SelectedColor = color.Color.ToString();
}
private void OnCanvasPointerPressed(PointerPressedEventArgs? e)