FontStretchConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)

 

Determines whether an instance of FontStretch can be converted to a different type.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Context information of a type.

destinationType
Type: System::Type^

The desired type that that this instance of FontStretch is being evaluated for conversion to.

Return Value

Type: System::Boolean

true if the converter can convert FontStretch to destinationType; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: