Click or drag to resize
MarginsConverterGetProperties Method
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
value
Type: SystemObject
An System.Object that specifies the type of array for which to get properties.
attributes
Type: SystemAttribute
An array of type System.Attribute that is used as a filter.

Return Value

Type: PropertyDescriptorCollection
A System.ComponentModel.PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.
See Also