XamlSetTypeConverterEventArgs.TypeConverter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TypeConverter instance that is invoked and provides type conversion behavior.
public:
property System::ComponentModel::TypeConverter ^ TypeConverter { System::ComponentModel::TypeConverter ^ get(); };
public System.ComponentModel.TypeConverter TypeConverter { get; }
member this.TypeConverter : System.ComponentModel.TypeConverter
Public ReadOnly Property TypeConverter As TypeConverter
Property Value
The type converter that provides type conversion behavior.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.