Click or drag to resize
SoTextPropertyorientation Property

Specifies the text rendering orientation.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public SoSFEnum<SoTextPropertyOrientations> orientation { get; }

Property Value

Type: SoSFEnumSoTextPropertyOrientations
Remarks

Use the OIV.Inventor.Nodes.SoTextProperty.Orientations enum. Default is LEFT_TO_RIGHT. Default value can be changed using the environment variable OIV_TEXT_ORIENTATION.

See Also