Version

PaintElementConverter Class

Auxillary class that helps with PaintElement object conversions.
Syntax
'Declaration
 
Public Class PaintElementConverter 
   Inherits System.ComponentModel.ExpandableObjectConverter
public class PaintElementConverter : System.ComponentModel.ExpandableObjectConverter 
Remarks

This class exposes methods that identify whether it is capable of helping to convert a ChartTextAppearance object into another type of object, and then performing those conversions. This functionality is predominantly required for serialization and design-time support.

Please consult the documentation for the ExpandableObjectConverter class for more details on the usage of this helper class.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also