This class is used as a basic class for all adapters which realize export of various Shape element to Xaml.

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 ShapeXamlAdapter : XamlAdapter
Visual Basic (Declaration)
Public Class ShapeXamlAdapter _
	Inherits XamlAdapter
Visual C++
public ref class ShapeXamlAdapter : public XamlAdapter

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Silverlight.Export..::.XamlAdapter
    PerpetuumSoft.Reporting.Silverlight.Export..::.ShapeXamlAdapter

See Also