ScanFix Xpress v9.0 for .NET - Updated
Width Property (GraphicLine)




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

Reference

GraphicLine Class
GraphicLine Members

Is this page helpful?
Yes No
Thanks for your feedback.