DXFReaderNETControlHighlightEntityOnHover Property
|
Gets or sets whether entities are automatically highlighted when the cursor hovers over them.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic bool HighlightEntityOnHover { get; set; }Public Property HighlightEntityOnHover As Boolean
Get
Set
public:
property bool HighlightEntityOnHover {
bool get ();
void set (bool value);
}member HighlightEntityOnHover : bool with get, set
PROPERTY HighlightEntityOnHover AS LOGIC GET SET
Property Value
Type:
Booleantrue to enable hover highlighting;
false to disable. Default is
false.
Remarks
When enabled, the entity under the cursor is temporarily rendered using the
HighlightColor,
providing immediate visual feedback for selection operations. The highlighting is removed when the cursor
moves away from the entity. This feature aids in interactive entity identification and selection.
See Also