Accusoft.Forms1 - Updated
Width Property (GraphicLine)



Accusoft.ScanFixXpressSdk Namespace > GraphicLine Class : Width Property
Represents the average width of the line.
Syntax
Public Property Width As Double
Dim instance As GraphicLine
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}
public:
property double Width {
   double get();
   void set (    double value);
}
See Also

Reference

GraphicLine Class
GraphicLine Members