IGraphic LineStyle Property Cognex VisionPro 9.20
Get

Line style of this graphic.

Set

Sets LineStyle.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

GraphicLineStyleConstants LineStyle { get; set; }

Property Value

Type: GraphicLineStyleConstants
Default Value: Solid
Remarks

Gets the line style of this IGraphic.

Remarks

Changed Raised when the value of this property changes.

See Also