ItemMultiTrigger Properties
Represents a trigger that applies property values when a set of conditions are satisfied.Name | Description |
---|---|
Conditions | Gets a ItemTriggerCondition object collection. Changes to property values are applied when all the conditions in the collection are met. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
Setters | Gets a ItemSetter object collection, which describes the property values to apply when the specified condition has been met. Inherited from ItemTriggerBase. |
See Also