Click or drag to resize
SoTextPropertyorientation Property

Specifies the text rendering orientation.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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