Table of Contents

Enum EdgeSide

Namespace
NMF.Glsp.Language
Assembly
NMF.Glsp.dll

Denotes the side of an edge for label placement

public enum EdgeSide

Fields

Bottom = 2

Denotes that the label is placed below the edge

Left = 3

Denotes that the label is placed left of the edge

On = 0

Denotes that the label is placed on the edge

Right = 4

Denotes that the label is placed right of the edge

Top = 1

Denotes that the label is placed on top of the edge