Click or drag to resize
SoTextPropertyorientation Property

Specifies the text rendering orientation.

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

Property Value

Type: SoSFEnumSoTextPropertyOrientations
Remarks

Use the Orientation enum. Default is LEFT_TO_RIGHT. Default value can be changed using the environment variable OIV_TEXT_ORIENTATION.

See Also