Click or drag to resize

PropertyLimit Class

Property limit used to show limit ranges or change control color.
Inheritance Hierarchy
SystemObject
  AxiomCore2.ControlPropertiesPropertyLimit

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class PropertyLimit

The PropertyLimit type exposes the following members.

Constructors
 NameDescription
Public methodPropertyLimitInitializes a new instance of the PropertyLimit class
Top
Properties
 NameDescription
Public propertyColor Limit color. Default value is Color.Empty.
Public propertyComparison Limit comparison.
Public propertySourceTag Limit source tag used to set Value dynamically. Default value is null.
Public propertyValue Limit value used by comparison. Default value is null.
Top
See Also