ActivationValue Property (Trigger<TTarget>)
Gets a value that should be returned by trigger predicate for trigger activation.
'Declaration
<DescriptionAttribute("A value, which must be returned by the trigger predicate for trigger activation.")>
Public ReadOnly Property ActivationValue As Boolean
[Description("A value, which must be returned by the trigger predicate for trigger activation.")]
public bool ActivationValue { get; }
[Description("A value, which must be returned by the trigger predicate for trigger activation.")]
public: __property bool get_ActivationValue();
[Description("A value, which must be returned by the trigger predicate for trigger activation.")]
public:
property bool ActivationValue {
bool get();
}
Property Value
True - trigger must be activated if trigger predicate returns true; false - trigger must be activated if trigger predicate returns false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5