Search
IZoomTarget.IsDrawing Property
See Also
 





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

 Syntax

C#  Copy Code

bool IsDrawing { get; set; }

Visual Basic  Copy Code

Property IsDrawing As Boolean

 Property Value

true if ZoomControl is drawing, or false otherwise.

 Remarks

This is set when ZoomControl's background is transparent and it needs to draw the target control behind it.

 See Also