Click or drag to resize

ConditionAction Property

Returns the action which occurs, when this condition fails.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ConditionFailedAction Action { get; set; }

Property Value

ConditionFailedAction

Implements

IConditionAction
See Also