DXFReaderNETControlContinuousHighlight Property
|
Returns/sets if then highlighted entities are continuosly shown after zoom or redraw.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public 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:
BooleanSee Also