[]
        
(Showing Draft Content)

C1.Framework.CornersConverter.GetProperties

GetProperties Method

GetProperties(ITypeDescriptorContext, object, Attribute[])

Returns a collection of properties for the type of array specified by the value parameter.

Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

object value

An object that specifies the type of array for which to get properties.

Attribute[] attributes

An array of type Attribute that is used as a filter.

Returns
Type Description
PropertyDescriptorCollection

A PropertyDescriptorCollection with the properties that are exposed for this data type.

Overrides