Click or drag to resize

DXFReaderNETControlHighlightGrabPointsOnHover Property

Gets or sets whether grab points are displayed when the mouse cursor hovers over entities.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public bool HighlightGrabPointsOnHover { get; set; }

Property Value

Type: Boolean
true to display grab points on hover; otherwise, false.
Remarks
Grab points are visual indicators that mark selectable geometric features on entities, such as endpoints, midpoints, centers, and intersections. These points help users identify precise locations for snapping operations.
Default value: 0x00A300

Grab points will only be displayed when ObjectOsnapMode is set to a value other than None. If object snap is disabled, no grab points will appear regardless of this property's value.

The appearance of grab points is controlled by the GrabPointsSize and HighlightGrabPointsOnHoverColor properties.

See Also