DefaultTriggerAttribute.Parameters Property

Gets the parameters to pass to the TriggerBase constructor.

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

Syntax

'Declaration
Public ReadOnly Property Parameters As IEnumerable
'Usage
Dim instance As DefaultTriggerAttribute
Dim value As IEnumerable

value = instance.Parameters
public IEnumerable Parameters { get; }
public:
property IEnumerable^ Parameters {
    IEnumerable^ get ();
}
/** @property */
public IEnumerable get_Parameters ()
public function get Parameters () : IEnumerable

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