Click or drag to resize
SoTextPropertyAlignmentHs Enumeration

Possible horizontal alignment values.

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

Left edges of all strings are aligned.

(default)

CENTER3

Horizontal centers of all strings are aligned.

RIGHT2

Right edges of all strings are aligned.

Remarks