An enumeration that defines the style information applied to text.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Regular | 0 | Normal text. | |
| Bold | 1 | Bold text. | |
| Italic | 2 | Italic text. | |
| Underline | 4 | Underlined text. | |
| Strikeout | 8 | Text with a line through the middle. |
Remarks
Typically used to specify the style information for a font.
See Also