Enumeration of alignment options for a GraphicLabel.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
| Member name | Value | Description | |
|---|---|---|---|
| TopLeft | 0 | The anchor point of the label is the top left point of its bounding box. | |
| TopCenter | 1 | The anchor point of the label is the top center point of its bounding box. | |
| TopRight | 2 | The anchor point of the label is the top right point of its bounding box. | |
| BaselineLeft | 3 | The anchor point of the label is the left most point of the line where the bottom of the characters are drawn. | |
| BaselineCenter | 4 | The anchor point of the label is the center point of the line where the bottom of the characters are drawn. | |
| BaselineRight | 5 | The anchor point of the label is the right most point of the line where the bottom of the characters are drawn. | |
| BottomLeft | 6 | The anchor point of the label is the bottom left point of its bounding box. | |
| BottomCenter | 7 | The anchor point of the label is the bottom center point of its bounding box. | |
| BottomRight | 8 | The anchor point of the label is the bottom right point of its bounding box. |
Enumeration of alignment options for a GraphicLabel.