SoTextPropertyorientation Property |
Specifies the text rendering orientation.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoTextPropertyOrientations> orientation { get; }
Public ReadOnly Property orientation As SoSFEnum(Of SoTextPropertyOrientations)
Get
public:
property SoSFEnum<SoTextPropertyOrientations>^ orientation {
SoSFEnum<SoTextPropertyOrientations>^ get ();
}
member orientation : SoSFEnum<SoTextPropertyOrientations> with get
Property Value
Type:
SoSFEnumSoTextPropertyOrientations
RemarksUse the Orientation enum. Default is LEFT_TO_RIGHT. Default value can be changed using the environment variable OIV_TEXT_ORIENTATION.
See Also