This adapter is used for the export of Ellipse element to Xaml. Inherited from ShapeAdapter.

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

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Silverlight.Export..::.ShapeAdapter
    PerpetuumSoft.Reporting.Silverlight.Export..::.EllipseAdapter

See Also