Click or drag to resize

CommonLaserSettingsView Class

[Missing <summary> documentation for "T:RAYLASE.Marker.Device.GUI.CommonLaserSettingsView"]

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.Shared.GUIBaseBindableView
                    RAYLASE.Marker.Device.GUICommonLaserSettingsView
                      RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.NanioNanioLaserDeviceSettingView
                      RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLPYLPAPDLaserDeviceSettingView
                      RAYLASE.MarkerPlugin.Devices.Laser.LumentumLumentumPicoBlade3LaserDeviceSettingView
                      RAYLASE.MarkerPlugin.Devices.Laser.NLightNLightAfxLaserDeviceSettingView

Namespace: RAYLASE.Marker.Device.GUI
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class CommonLaserSettingsView : BaseBindableView

The CommonLaserSettingsView type exposes the following members.

Constructors
 NameDescription
Public methodCommonLaserSettingsViewInitializes a new instance of the CommonLaserSettingsView class
Top
Properties
Methods
 NameDescription
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Protected methodSetPropertyT Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView)
Top
Events
 NameDescription
Public eventPropertyChanged Raised whenever a property value has changed.
(Inherited from BaseBindableView)
Top
See Also