Class ElementAndBounds
The ElementAndBounds type is used to associate new bounds with a model element, which is referenced via its id.
public class ElementAndBounds
- Inheritance
-
ElementAndBounds
- Inherited Members
Properties
ElementId
The identifier of the element.
public string ElementId { get; init; }
Property Value
NewPosition
The new position of the element.
public Point? NewPosition { get; init; }
Property Value
NewSize
The new size of the element.
public Dimension? NewSize { get; init; }