Property PolarTrackLock
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
PolarTrackLock
Get/Set the polar track lock property .If true constrains cursor movement only to the PolarTrackAngle direction.
public bool PolarTrackLock { get; set; }
Property Value
Remarks
Default value false.
Raizes the OnBeforeModifyObject event and the OnAfterModifyObject event.
- See Also