Click or drag to resize

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
Syntax
public bool HighlightEntityOnHover { get; set; }

Property Value

Type: Boolean
true 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