VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / Trigger<TTarget> Class / ActivationValue Property
Syntax Requirements SeeAlso
In This Topic
    ActivationValue Property (Trigger<TTarget>)
    In This Topic
    Gets a value that should be returned by trigger predicate for trigger activation.
    Syntax
    '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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also