Returns a value indicating whether this converter can convert an object of the given type to the GradientColor type, using the specified context.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Overrides Function CanConvertFrom ( _ context As ITypeDescriptorContext, _ sourceType As Type _ ) As Boolean
public override bool CanConvertFrom( ITypeDescriptorContext context, Type sourceType )
Type: System.ComponentModel.ITypeDescriptorContext
The format context.
Type: System.Type
The type you want to convert from.
Type: System.Boolean
true
if this converter can perform the conversion; otherwise, false
.