Click or drag to resize

GeneralTypeConverterGetProperties Method (ITypeDescriptorContext, Object, Attribute)

LightningChart .NET Help
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.

Namespace:  Arction.Wpf.ChartingMVVM.TypeConverters
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public override PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Context.
value
Type: SystemObject
Value.
attributes
Type: SystemAttribute
Attributes.

Return Value

Type: PropertyDescriptorCollection
Property descriptors.
See Also