dotnetCHARTING Send comments on this topic.
DragAfterZoom Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : DragAfterZoom Property


Gets or sets a value that indicates whether the default operation after zooming is reset to drag. This allows the user to to drag or navigate the newly zoomed view before zooming again.

Syntax

Visual Basic (Declaration) 
Public Property DragAfterZoom As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As Boolean
 
instance.DragAfterZoom = value
 
value = instance.DragAfterZoom
C# 
public bool DragAfterZoom {get; set;}

See Also

© 2010 All Rights Reserved.