Click or drag to resize
SoTextPropertyOrientations Enumeration

Possible text orientation values.

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

Text string is left to right oriented.

(default)

RIGHT_TO_LEFT2

Text string is right to left oriented.

TOP_TO_BOTTOM3

Text string is top to bottom oriented.

BOTTOM_TO_TOP4

Text string is bottom to top oriented.

Remarks