CornerRadiusConverter.ConvertFrom Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen nesneyi öğesine CornerRadiusdönüştürür.
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
Parametreler
- typeDescriptorContext
- ITypeDescriptorContext
Bir türün bağlam bilgilerini açıklar.
- cultureInfo
- CultureInfo
CultureInfo Dönüştürülmekte olan türü açıklar.
- source
- Object
Dönüştürülen nesne.
Döndürülenler
CornerRadius dönüştürülerek source
oluşturulan.
Özel durumlar
source
, null
değeridir.
source
değil null
ve geçerli bir tür değildir ve türüne CornerRadiusdönüştürülebilir.