CornerRadiusConverter.ConvertFrom Method

Definition

Converts the specified object to a CornerRadius.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, System::Globalization::CultureInfo ^ cultureInfo, System::Object ^ source);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object source);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (typeDescriptorContext As ITypeDescriptorContext, cultureInfo As CultureInfo, source As Object) As Object

Parameters

typeDescriptorContext
ITypeDescriptorContext

Describes the context information of a type.

cultureInfo
CultureInfo

Describes the CultureInfo of the type being converted.

source
Object

The object being converted.

Returns

The CornerRadius created from converting source.

Exceptions

source is null.

source is not null and is not a valid type which can be converted to a CornerRadius.

Applies to