This class is used for Xaml markup creation of the TextBox class elements during the report export to Xaml. Inherited from BoxXamlAdapter.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Export
Assembly:  PerpetuumSoft.Reporting.Silverlight.Export (in PerpetuumSoft.Reporting.Silverlight.Export.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class TextBoxXamlAdapter : BoxXamlAdapter
Visual Basic (Declaration)
Public Class TextBoxXamlAdapter _
	Inherits BoxXamlAdapter
Visual C++
public ref class TextBoxXamlAdapter : public BoxXamlAdapter

Inheritance Hierarchy

See Also