GetLine style of this graphic.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
public abstract GraphicLineStyleConstants LineStyle { get; set; }public abstract GraphicLineStyleConstants LineStyle { get; set; }Public MustOverride Property LineStyle As GraphicLineStyleConstants
Get
Set
Public MustOverride Property LineStyle As GraphicLineStyleConstants
Get
Set
public:
virtual property GraphicLineStyleConstants LineStyle {
GraphicLineStyleConstants get () abstract;
void set (GraphicLineStyleConstants value) abstract;
}public:
virtual property GraphicLineStyleConstants LineStyle {
GraphicLineStyleConstants get () abstract;
void set (GraphicLineStyleConstants value) abstract;
}Property Value
Type:
GraphicLineStyleConstantsDefault Value: SolidImplements
IGraphic LineStyleGets the line style of this IGraphic.
Changed Raised when the value of this property changes.