Click or drag to resize

ImageViewer Class

Interaction logic for BaseImageViewer.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.WindowsWindow
                  MetroWindow
                    RAYLASE.Marker.GUI.Common.Interactivity.PopupWindowsBaseDefaultMetroWindow
                      RAYLASE.Marker.ClickAndTeachPlugin.ImageViewerImageViewer

Namespace: RAYLASE.Marker.ClickAndTeachPlugin.ImageViewer
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public class ImageViewer : BaseDefaultMetroWindow, 
	INotifyPropertyChanged, IComponentConnector

The ImageViewer type exposes the following members.

Constructors
 NameDescription
Public methodImageViewerInitializes a new instance of the ImageViewer class
Top
Properties
Methods
Events
 NameDescription
Public eventPropertyChanged 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also