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. This is only applicable to MultiDataTrigger objects |
| 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. If Value is DependencyProperty.UnsetValue this condition is not valid and will be ignored |
Dependency Property Reflection Property
Attached Properties
Condition has no attached properties
Methods
| Name | Description |
|---|---|
| IsSealed() | Indicates if Condition is sealed |
| Seal(sealProperty) | Seals this condition. When 'sealProperty' is true, it checks that Property and its Value are valid |
Events
Condition has no events
Table of Contents