DefaultTriggerAttribute.TriggerType Property

Gets the type of the TriggerBase to instantiate.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public ReadOnly Property TriggerType As Type
'Usage
Dim instance As DefaultTriggerAttribute
Dim value As Type

value = instance.TriggerType
public Type TriggerType { get; }
public:
property Type^ TriggerType {
    Type^ get ();
}
/** @property */
public Type get_TriggerType ()
public function get TriggerType () : Type

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DefaultTriggerAttribute Class
DefaultTriggerAttribute Members
System.Windows.Interactivity Namespace