Represents the basic class for slider elements.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public abstract class SliderBase : Composite, 
	ISlider, ILinkedSupported
Visual Basic (Declaration)
Public MustInherit Class SliderBase _
	Inherits Composite _
	Implements ISlider, ILinkedSupported
Visual C++
public ref class SliderBase abstract : public Composite, 
	ISlider, ILinkedSupported

Inheritance Hierarchy

See Also