SoTextPropertystyle Property |
Specifies zero or more styles to be applied to text.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBitMask<SoTextPropertyStyles> style { get; }
Public ReadOnly Property style As SoSFBitMask(Of SoTextPropertyStyles)
Get
public:
property SoSFBitMask<SoTextPropertyStyles>^ style {
SoSFBitMask<SoTextPropertyStyles>^ get ();
}
member style : SoSFBitMask<SoTextPropertyStyles> with get
Property Value
Type:
SoSFBitMaskSoTextPropertyStyles
RemarksUse the Style enum. Default is NONE.
Note: UNDERLINE, STRIKETHROUGH and DOUBLE_STRIKETHROUGH are not implemented for vertical oriented text ( ie: Orientation set to TOP_TO_BOTTOM or BOTTOM_TO_TOP).
NOTE: field available since Open Inventor 8.1
See Also