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
Syntaxpublic bool HighlightGrabPointsOnHover { get; set; }Public Property HighlightGrabPointsOnHover As Boolean
Get
Set
public:
property bool HighlightGrabPointsOnHover {
bool get ();
void set (bool value);
}member HighlightGrabPointsOnHover : bool with get, set
PROPERTY HighlightGrabPointsOnHover AS LOGIC GET SET
Property Value
Type:
Booleantrue 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