Condition Class
namespace Noesis | MSDN
Represents a condition for the MultiTrigger and the MultiDataTrigger, which apply changes to property values based on a set of conditions.
Properties
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. |
Dependency Property Reflection Property
Attached Properties
Condition has no attached properties
Methods
Name | Description |
---|---|
Seal() | Seals this condition |
Events
Condition has no events
Table of Contents