Class TriggerBase
Implements base class for all triggers
Inherited Members
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public abstract class TriggerBase : DependencyObject
Constructors
TriggerBase()
Initializes a new instance of the TriggerBase class.
Declaration
public TriggerBase()
Properties
Setters
Gets the setters.
Declaration
public List<Setter> Setters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Setter> | The setters. |