Click or drag to resize
SoTextPropertystyle Property

Specifies zero or more styles to be applied to text.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBitMask<SoTextPropertyStyles> style { get; }

Property Value

Type: SoSFBitMaskSoTextPropertyStyles
Remarks

Use the OIV.Inventor.Nodes.SoTextProperty.Styles enum. Default is NONE.

Note: UNDERLINE, STRIKETHROUGH and DOUBLE_STRIKETHROUGH are not implemented for vertical oriented text ( ie: OIV.Inventor.Nodes.SoTextProperty.Orientations set to TOP_TO_BOTTOM or BOTTOM_TO_TOP).

Note Note

Field available since Open Inventor 8.1

See Also