Table of Contents

Class ElementAndBounds

Namespace
NMF.Glsp.Protocol.Types
Assembly
NMF.Glsp.dll

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

string

NewPosition

The new position of the element.

public Point? NewPosition { get; init; }

Property Value

Point?

NewSize

The new size of the element.

public Dimension? NewSize { get; init; }

Property Value

Dimension?