Dela via


ModelProperty.Converter Property

When overridden in a derived class, gets the type converter to use with this property.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Converter As TypeConverter
'Usage
Dim instance As ModelProperty 
Dim value As TypeConverter 

value = instance.Converter
public abstract TypeConverter Converter { get; }
public:
virtual property TypeConverter^ Converter {
    TypeConverter^ get () abstract;
}
public abstract function get Converter () : TypeConverter

Property Value

Type: System.ComponentModel.TypeConverter
A TypeConverter instance that can be used with the property.

Remarks

Underlying type converters are all wrapped so that they accept Item objects. When performing a conversion to a particular value, the type converter’s return type is not wrapped. Type converters that return standard values, also return values as Item objects.

.NET Framework Security

See Also

Reference

ModelProperty Class

ModelProperty Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture