Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
InteractiveZoomToEvent Field
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewer Class : InteractiveZoomToEvent Field





Identifies the InteractiveZoomTo routed event.

Syntax

Visual Basic (Declaration) 
Public Shared InteractiveZoomToEvent As RoutedEvent
Visual Basic (Usage)Copy Code
Dim value As RoutedEvent
 
value = BitmapSourceViewer.InteractiveZoomToEvent
 
BitmapSourceViewer.InteractiveZoomToEvent = value
C# 
public static RoutedEvent InteractiveZoomToEvent
Managed Extensions for C++ 
public: static RoutedEvent InteractiveZoomToEvent
C++/CLI 
public:
static RoutedEvent InteractiveZoomToEvent
XAML 
Fields cannot be used in XAML.

Return Value

The identifier for the InteractiveZoomTo routed event.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also