CogGraphicLabel Alignment Property Cognex VisionPro 9.8 SR1
Controls how the text is aligned with respect to the X,Y position.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public CogGraphicLabelAlignmentConstants Alignment { get; set; }

Property Value

Type: CogGraphicLabelAlignmentConstants
Events

Event TypeReason
CogGraphicLabel Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Controls how the text is aligned with respect to the X, Y position.

    Default Value: BaselineCenter

    See Also