Table of Contents

Class SetTargetWhenSourceEqualsAnyValueRule

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll

Defines a rule between two properties, Target and Source. When Source is equal to any of the given source values, Target will be set to the target value.
If inverse is specified, then this is changed to: when Source is equal to none of the given source values, Target will be set to the target value.

public sealed class SetTargetWhenSourceEqualsAnyValueRule : PropertyCollectionRule, ICloneable
Inheritance
SetTargetWhenSourceEqualsAnyValueRule
Implements
Inherited Members

Constructors

SetTargetWhenSourceEqualsAnyValueRule(Property, object, Property, object?, bool)
SetTargetWhenSourceEqualsAnyValueRule(Property, object, Property, object?[], bool)
SetTargetWhenSourceEqualsAnyValueRule(object, object, object, object?, bool)
SetTargetWhenSourceEqualsAnyValueRule(object, object, object, object?[], bool)

Methods

Clone()
OnInitialized()