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: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
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