FEllipseTypeConverter Class

Type conversion for FEllipse that allows editing of child properties in a property grid.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FEllipseTypeConverter : TypeConverter
Inheritance
TypeConverter    FEllipseTypeConverter

Constructors

FEllipseTypeConverterInitializes a new instance of the FEllipseTypeConverter class

Methods

CanConvertTo Return a value indicating whether this converter can convert to the specified destination type.
GetProperties Return the collection of property descriptors for the context, object, and attributes provided.
GetPropertiesSupported Return a value indicating whether the GetProperties method is supported in the specified context.

See Also