Class ElementAndAlignment
The ElementAndAlignment type is used to associate a new alignment with a model element, which is referenced via its id.
public class ElementAndAlignment
- Inheritance
-
ElementAndAlignment
- Inherited Members
Properties
ElementId
The identifier of an element.
public string ElementId { get; init; }
Property Value
NewAlignment
The new alignment of the element.
public Point NewAlignment { get; init; }