Click or drag to resize

PropertyLimitComparison Enumeration

Comparison used by a limit.

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public enum PropertyLimitComparison
Members
Member nameValueDescription
Greater1 Check if control value is greater than limit value.
GreaterOrEqual2 Check if control value is greater than or equal to limit value.
Lesser3 Check if control value is less than limit value.
LesserOrEqual4 Check if control value is less than or equal to limit value.
Equal5 Check if control value is equal to limit value.
See Also