WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGauge.LinearThresholdValueChangedEventArgs - WindowsForms API Reference | Syncfusion event. ">

    Show / Hide Table of Contents

    Class LinearGauge.LinearThresholdValueChangedEventArgs

    Event argument for event.

    Inheritance
    System.Object
    System.EventArgs
    LinearGauge.LinearThresholdValueChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean

    Range

    Affected GaugeRange

    Declaration
    public LinearRange Range { get; }
    Property Value
    Type Description
    LinearRange

    Value

    Gauge Value

    Declaration
    public float Value { get; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved