| DXFReaderNETControlContinuousHighlight Property  | 
        
         
            Returns/sets if then highlighted entities are continuosly shown after zoom or redraw. 
            
 
    Namespace: 
   DXFReaderNET
    Assembly:
   DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
 Syntax
Syntaxpublic bool ContinuousHighlight { get; set; }Public Property ContinuousHighlight As Boolean
	Get
	Set
public:
property bool ContinuousHighlight {
	bool get ();
	void set (bool value);
}member ContinuousHighlight : bool with get, set
 PROPERTY ContinuousHighlight AS LOGIC GET SET 
Property Value
Type: 
Boolean See Also
See Also