SoAnnoText3PropertyfontSizeHint Property |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoAnnoText3PropertyFontSizeHints> fontSizeHint { get; }
Public ReadOnly Property fontSizeHint As SoSFEnum(Of SoAnnoText3PropertyFontSizeHints)
Get
public:
property SoSFEnum<SoAnnoText3PropertyFontSizeHints>^ fontSizeHint {
SoSFEnum<SoAnnoText3PropertyFontSizeHints>^ get ();
}
member fontSizeHint : SoSFEnum<SoAnnoText3PropertyFontSizeHints> with get
Property Value
Type:
SoSFEnumSoAnnoText3PropertyFontSizeHintsRemarks It specifies how the font size for 2D text (whether rendered or raster) changes according to the view. . Default is FIT_VECTOR_TEXT.
See Also