TriggerLayoutView ClassDelta Engine Documentation
Interaction logic for TriggerLayoutView.xaml View code on GitHub
TriggerLayoutView
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
                  DeltaEngine.Editor.InputEditor TriggerLayoutView

Namespace: DeltaEngine.Editor.InputEditor
Assembly: DeltaEngine.Editor.InputEditor (in DeltaEngine.Editor.InputEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class TriggerLayoutView : UserControl, 
	IComponentConnector

The TriggerLayoutView type exposes the following members.

Constructors

  NameDescription
Public methodTriggerLayoutView
Initializes a new instance of the TriggerLayoutView class
Top
Methods

  NameDescription
Public methodInitializeComponent
InitializeComponent View code on GitHub
Top
Fields

  NameDescription
Public fieldTriggerKey
TriggerKey Name Field View code on GitHub
Public fieldTriggerState
TriggerState Name Field View code on GitHub
Public fieldTriggerType
TriggerType Name Field View code on GitHub
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also