Property FreezeEntityDrawEvents
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
FreezeEntityDrawEvents
A stack to enable/disable using push,pop the OnDrawFigure , OnDrawAfterFigure , GetDimensionText , OnFigureDrawGrips events.
public Stack<bool> FreezeEntityDrawEvents { get; }
Property Value
Remarks
Default value on the top of the stack is true , so the above events are by default disabled.