Condition Class
Represents a condition for the MultiTrigger and the MultiDataTrigger, which apply changes to property values based on a set of conditions.
http://msdn.microsoft.com/en-us/library/system.windows.condition.aspx
Methods
From Condition
Name | Description |
---|---|
Seal | Seals the conditions |
Properties
From Condition
Name | Description | |
---|---|---|
![]() |
Binding | Gets or sets the binding that produces the property value of the data object. |
![]() |
Property | Gets or sets the property of the condition. This is only applicable to MultiTrigger objects |
![]() |
SourceName | Gets or sets the name of the object with the property that causes the associated setters to be applied. This is only applicable to MultiTrigger objects. |
![]() |
Value | Gets or sets the value of the condition. |


Events
Condition has no events