Gets or sets a value indicating whether the zoom target is currently being painted by the zoom control.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
bool IsDrawing { get; set; } |
Visual Basic
Copy Code
|
|---|
Property IsDrawing As Boolean |
true if ZoomControl is drawing, or false otherwise.
RemarksThis is set when ZoomControl's background is transparent and it needs to draw the target control behind it.
See Also