Class LinearGauge.LinearThresholdValueChangedEventArgs
Event argument for
Inheritance
System.Object
System.EventArgs
LinearGauge.LinearThresholdValueChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class LinearThresholdValueChangedEventArgs : EventArgs
Constructors
LinearThresholdValueChangedEventArgs(LinearRange, Single, Boolean)
Constructor
Declaration
public LinearThresholdValueChangedEventArgs(LinearRange range, float value, bool inRange)
Parameters
Type | Name | Description |
---|---|---|
LinearRange | range | Gauge range |
System.Single | value | Gauge value |
System.Boolean | inRange | Value indicating whether the GaugeValue is within current range or not |
LinearThresholdValueChangedEventArgs(Single)
constructor
Declaration
public LinearThresholdValueChangedEventArgs(float value)
Parameters
Type | Name | Description |
---|---|---|
System.Single | value | Gauge value |
Properties
InRange
True if value is within current range.
Declaration
public bool InRange { get; }
Property Value
Type |
---|
System.Boolean |
Range
Affected GaugeRange
Declaration
public LinearRange Range { get; }
Property Value
Type |
---|
LinearRange |
Value
Gauge Value
Declaration
public float Value { get; }
Property Value
Type |
---|
System.Single |