Gets and sets whether dashed lines are detected.
Syntax
'Declaration
Public Property DetectDashedLines As Boolean
'Usage
Dim instance As GraphicLineDetectionOptions
Dim value As Boolean
instance.DetectDashedLines = value
value = instance.DetectDashedLines
public bool DetectDashedLines {get; set;}
public: __property bool get_DetectDashedLines();
public: __property void set_DetectDashedLines(
bool value
);
public:
property bool DetectDashedLines {
bool get();
void set ( bool value);
}
Property Value
An boolean value which indicates the current value of dashed line detection.
See Also