Enumeration for specifying z-order extents.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Front | 0 | Specifies the front of the z-order. | |
| Back | 1 | Specifies the back of the z-order. |
Remarks
Used in FindItem(Object, DisplayZOrderConstants) to specify the search direction.
See Also