CogGraphicLabel Offset Property Cognex VisionPro
The distance from X,Y, as measured in OffsetSpaceName coordinates,to use to adjust the label position.

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

public double Offset { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogGraphicLabel Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    The distance from X,Y, as measured in OffsetSpaceName coordinates, to use to adjust the label position.

    Default Value: 0

    See Also