Gets IScale object of SliderBase element.

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

Syntax

C#
public IScale Scale { get; }
Visual Basic (Declaration)
Public ReadOnly Property Scale As IScale
Visual C++
public:
property IScale^ Scale {
	IScale^ get ();
}

See Also