Base class for text elements.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public abstract class TextControl : Box
Visual Basic (Declaration)
Public MustInherit Class TextControl _
	Inherits Box
Visual C++
public ref class TextControl abstract : public Box

Inheritance Hierarchy

See Also