CogShapeModelLine LineStyle Property Cognex VisionPro 9.8
Line style of this graphic.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public virtual CogGraphicLineStyleConstants LineStyle { get; set; }

Property Value

Type: CogGraphicLineStyleConstants

Implements

ICogShapeModel LineStyle
ICogGraphic LineStyle
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the line style of the shape changes.

The following state flag may be affected:

    Remarks

    Sets or gets the line style of this CogGraphic.

    Default Value: Solid

    See Also