Click or drag to resize
PoLabelHintsJustifications Enumeration

Label justification type.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Justifications
Members
  Member nameValueDescription
LEFT0

Left edges of all labels are aligned.

CENTER1

Centers of all labels are aligned.

RIGHT2

Right edges of all labels are aligned.

DEPEND3

Automatic choice of path depending on.

the representation type which uses this node.

Remarks