Click or drag to resize

InfoUserControl Class

Interaction logic for InfoUserControl.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  RAYLASE.Marker.CamerasPluginInfoUserControl

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public class InfoUserControl : UserControl, 
	IComponentConnector

The InfoUserControl type exposes the following members.

Constructors
 NameDescription
Public methodInfoUserControlInitializes a new instance of the InfoUserControl class
Top
Properties
 NameDescription
Public propertyCameraInfo 
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
Fields
 NameDescription
Public fieldStatic memberCameraInfoProperty 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also