[Missing <summary> documentation for "T:Ozeki.Media.Video.Controls.VideoViewerWPF"]

Namespace: Ozeki.Media.Video.Controls
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public class VideoViewerWPF : UserControl, 
	IDisposable, INotifyPropertyChanged, IComponentConnector
Visual Basic
Public Class VideoViewerWPF
	Inherits UserControl
	Implements IDisposable, INotifyPropertyChanged, IComponentConnector
Visual C++
public ref class VideoViewerWPF : public UserControl, 
	IDisposable, INotifyPropertyChanged, IComponentConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ozeki.Media.Video.Controls..::..VideoViewerWPF

See Also