ListPaddingTypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method

Converts the given object to a ListPadding object.

Definition

Namespace: EWSoftware.ListControls.Design
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context  ITypeDescriptorContext
A formatter context
culture  CultureInfo
Culture-specific information
value  Object
The object to convert

Return Value

Object
The converted object

See Also