Represents the base class of linear and oval gauge controls.
Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms
C# Copy Code |
---|
public abstract class BaseGauge<T> : Control where T : BaseScale |
Visual Basic Copy Code |
---|
Public MustInherit Class BaseGauge(Of T As BaseScale) |
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
MindFusion.Gauges.WinForms.BaseGauge(T)
MindFusion.Gauges.WinForms.LinearGauge
MindFusion.Gauges.WinForms.OvalGauge