feat(AnnotationParams): Logik zur Initialisierung von gebundenen Annotationen hinzugefügt Annots.init
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace EnvelopeGenerator.Web.Models;
|
||||
|
||||
public record Annotation(string? HorBoundAnnotId = null, string? VerBoundAnnotId = null)
|
||||
public record Annotation(string? HorBoundAnnotName = null, string? VerBoundAnnotName = null)
|
||||
{
|
||||
#region Layout
|
||||
internal double _marginX = default;
|
||||
|
||||
Reference in New Issue
Block a user