Converts the given object to the GradientColor type, using specified context and culture information.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Overrides Function ConvertFrom ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object _ ) As Object
public override Object ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, Object value )
Type: System.ComponentModel.ITypeDescriptorContext
The format context.
Type: System.Globalization.CultureInfo
The current culture.
Type: System.Object
The object to convert.