Search
ThicknessConverter.CanConvertFrom Method
See Also
 





TypeConverter.CanConvertFrom override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool CanConvertFrom (
    ITypeDescriptorContext context,
    Type sourceType
)

Visual Basic  Copy Code

Public Overrides Function CanConvertFrom( _
    context As ITypeDescriptorContext, _
    sourceType As Type _
) As Boolean

 Parameters

context
An ITypeDescriptorContext that provides a format context.
sourceType
A Type that represents the type you want to convert from.

 Return Value

 See Also