XamlSetTypeConverterAttribute::XamlSetTypeConverterHandler Property

.NET Framework (current version)
 

Gets the xamlSetTypeConverterHandler initialization value (the handler name) specified in the XamlSetTypeConverterAttribute.

Namespace:   System.Windows.Markup
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property String^ XamlSetTypeConverterHandler {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

The xamlSetTypeConverterHandler value specified in the XamlSetTypeConverterAttribute.

.NET Framework
Available since 4.0
Return to top
Show: