Click or drag to resize

PaddingConverterConvertFrom Method

Converts the specified value to a Padding object

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: EtoITypeDescriptorContext
Conversion context
culture
Type: System.GlobalizationCultureInfo
Culture to perform the conversion for
value
Type: SystemObject
Value to convert

Return Value

Type: Object
A new instance of the Padding object with the value represented by value
See Also