init
This commit is contained in:
16
KretaWeb/Models/StepDisplayModel.cs
Normal file
16
KretaWeb/Models/StepDisplayModel.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace Kreta.Web.Models
|
||||
{
|
||||
public class StepDisplayModel
|
||||
{
|
||||
public int Steps { get; set; }
|
||||
public int Active { get; set; }
|
||||
public string Height { get; set; } = "50px";
|
||||
public string Width { get; set; } = "100%";
|
||||
public int Radius { get; set; } = 20;
|
||||
public string SelectedColor { get; set; }
|
||||
public string BaseColor { get; set; }
|
||||
public Font Font { get; set; } = new Font("Arial", 16);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user