Accusoft.Forms1 - 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
Public Property IsDashed As Boolean
Dim instance As GraphicLine
Dim value As Boolean
 
instance.IsDashed = value
 
value = instance.IsDashed
public bool IsDashed {get; set;}
public:
property bool IsDashed {
   bool get();
   void set (    bool value);
}
See Also

Reference

GraphicLine Class
GraphicLine Members