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