Table of Contents

Class ElementAndAlignment

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

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

string

NewAlignment

The new alignment of the element.

public Point NewAlignment { get; init; }

Property Value

Point