DeltaOptionsBase Properties
Serves as the base for classes that control how the difference between actual and target values should be displayed.Name | Description |
---|---|
ResultIndicationMode | Gets or sets which indication should be displayed within this delta element. |
ResultIndicationThreshold | Gets or sets the precision with which actual and target values are determined to be equal (comparison tolerance). |
ResultIndicationThresholdType | Gets or sets how the comparison tolerance (DeltaOptionsBase.ResultIndicationThreshold) is specified. |
See Also