Click or drag to resize
SoAsciiTextJustifications Enumeration

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

Left edges of all strings are aligned.

CENTER3

Centers of all strings are aligned.

RIGHT2

Right edges of all strings are aligned.

INHERITED4

The text justification is inherited from the current OIV.Inventor.Nodes.SoTextProperty.alignmentH value.

Remarks