CogGraphicLabel Rotation Property Cognex VisionPro 9.8 SR1
The angle (in radians, from the x-axis) of the text label.

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

public double Rotation { 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 angle (in radians, from the x-axis) of the text label.

    Default Value: 0

    See Also