Search
BaseGauge(T) Class
See Also
 






Represents the base class of linear and oval gauge controls.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 Syntax

C#  Copy Code

public abstract class BaseGauge<T> : Control where T : BaseScale

Visual Basic  Copy Code

Public MustInherit Class BaseGauge(Of T As BaseScale)
    Inherits Control

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                MindFusion.Gauges.WinForms.BaseGauge(T)
                    MindFusion.Gauges.WinForms.LinearGauge
                    MindFusion.Gauges.WinForms.OvalGauge

 See Also