DXFReaderNETControlGrabPointsSize Property
|
Gets or sets the pixel size of grab point markers displayed when hovering over entities.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic int GrabPointsSize { get; set; }Public Property GrabPointsSize As Integer
Get
Set
public:
property int GrabPointsSize {
int get ();
void set (int value);
}member GrabPointsSize : int with get, set
PROPERTY GrabPointsSize AS LONG GET SET
Property Value
Type:
Int32
Size in pixels for grab point visual indicators. Typical values range from 3 to 15 pixels.
Remarks
Grab points are visual markers that appear at significant locations on entities (such as endpoints,
midpoints, centers, and quadrant points) when
HighlightGrabPointsOnHover is enabled.
These markers help users identify precise snap locations for interactive drawing and editing operations.
Larger sizes improve visibility but may cause visual clutter with dense geometry.
See Also