ScanFix Xpress v9.0 for .NET - Updated
IsDashed Property




Accusoft.ScanFixXpressSdk Namespace > GraphicLine Class : IsDashed Property
Boolean will be set to true if the detected line is a dashed line. If false, the line is solid.
Syntax
'Declaration
 
Public Property IsDashed As Boolean
'Usage
 
Dim instance As GraphicLine
Dim value As Boolean
 
instance.IsDashed = value
 
value = instance.IsDashed
public bool IsDashed {get; set;}
public: __property bool get_IsDashed();
public: __property void set_IsDashed( 
   bool value
);
public:
property bool IsDashed {
   bool get();
   void set (    bool value);
}
See Also

Reference

GraphicLine Class
GraphicLine Members

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