MindFusion.Wpf Pack Programmer's Guide
LengthConverter.CanConvertFrom Method
See Also
 





LengthConverter.CanConvertFrom override.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 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 System.ComponentModel.ITypeDescriptorContext that provides a format context.
sourceType
A System.Type that represents the type you want to convert from.

 Return Value

true if this converter can perform the conversion; otherwise, false.

 See Also

LengthConverter Members
LengthConverter Class
MindFusion.Gauges.Wpf Namespace