DXFReaderNETControlCursorSelectionSize Property
|
Returns/sets the pickbox size in pixel of the selection cursor.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public int CursorSelectionSize { get; set; }
Public Property CursorSelectionSize As Integer
Get
Set
public:
property int CursorSelectionSize {
int get ();
void set (int value);
}
member CursorSelectionSize : int with get, set
PROPERTY CursorSelectionSize AS LONG GET SET
Property Value
Type:
Int32Remarks Default value: 3. Valid values: from 2 to 25.
See Also