Converts WordArtShape objects from one data type to another. Access the WordArtShapeConverter class through the TypeDescriptor object.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.TypeConverter
    System.ComponentModel..::.ExpandableObjectConverter
      Neodynamic.WebControls.ImageDraw..::.WordArtShapeConverter

See Also