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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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