StructThreshold
Struct
Specifies the threshold.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public struct Threshold : IEquatable<Threshold>
Implements:
Inherited Members
Constructors
Threshold(double, double)
Initializes a new instance of the Threshold struct.
Properties
Maximum
Gets or sets the maximum value for threshold.
Methods
Equals(Threshold)
Indicates whether the current threshold is equal to another threshold.
Equals(object)
Indicates whether the current threshold is equal to another threshold.
Operators
operator !=(Threshold, Threshold)
Indicates whether the current threshold is not equal to another threshold.
operator ==(Threshold, Threshold)
Indicates whether the current threshold is equal to another threshold.