增加背景图案选项

This commit is contained in:
ww-rm
2025-09-22 23:23:01 +08:00
parent 3e88e65bbd
commit 798883d4e0
8 changed files with 145 additions and 4 deletions

View File

@@ -33,6 +33,8 @@ namespace SpineViewer.Models
public float Speed { get; set; } = 1f;
public bool ShowAxis { get; set; } = true;
public Color BackgroundColor { get; set; } = Color.FromRgb(105, 105, 105);
public string BackgroundImagePath { get; set; }
public Stretch BackgroundImageMode { get; set; } = Stretch.Uniform;
#endregion