Property OsnapMarksClearKey
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
OsnapMarksClearKey
Get/Set the keyboard modifier key that clears the temporary cross Osnaps.
Default value is CONTROL + SHIFT.
It is used durring the user action of selecting an Osnap
By moving the cursor over objects and when an Osnap is find it saved in the temporary cross Osnaps list and they are drawn as crosses, this is used to help the user to find the Osnap points when the cursor is close to them.
This property is used to give the user the ability to clear these temporary cross Osnaps by pressing a key combination on the keyboard.
This property is static and applies to all documents of the application.
Alternatively the user can clear the temporary cross Osnaps by calling ActiveLayOut.OverAllActiveAction.ClearTemporaryOsnaps().
public ModifierKeys OsnapMarksClearKey { get; set; }