Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FontSizeConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts a specified type to a Double.

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

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Context information of a component such as its container and PropertyDescriptor.

culture
Type: System.Globalization::CultureInfo^

Cultural specific information, including the writing system and calendar used.

value
Type: System::Object^

The value which is being converted to a font size value.

Return Value

Type: System::Object^

A Double value that represents the converted font size value.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft