feat(Hintergrund): Erstellen, um den Hintergrund von Anmerkungen mit der Eigenschaft MarginRatio zu konfigurieren.
- verschiebt Anmerkungen nach
This commit is contained in:
6
EnvelopeGenerator.Web/Models/Annotation/Background.cs
Normal file
6
EnvelopeGenerator.Web/Models/Annotation/Background.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace EnvelopeGenerator.Web.Models.Annotation;
|
||||
|
||||
public class Background
|
||||
{
|
||||
public int Margin { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user