Represent Text labels.

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

Syntax

C#
[ObsoleteAttribute("This class is obsolete; use class CustomLabels instead")]
public class TextLabels : CustomLabels
Visual Basic (Declaration)
<ObsoleteAttribute("This class is obsolete; use class CustomLabels instead")> _
Public Class TextLabels _
	Inherits CustomLabels
Visual C++
[ObsoleteAttribute(L"This class is obsolete; use class CustomLabels instead")]
public ref class TextLabels : public CustomLabels

Inheritance Hierarchy

See Also