Share via


DisplayPropertyAttribute.ValueConverterType Property

Gets the type of the value converter to use when displaying the property.

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

Syntax

'Declaration
Public ReadOnly Property ValueConverterType As Type
    Get
public Type ValueConverterType { get; }
public:
property Type^ ValueConverterType {
    Type^ get ();
}
member ValueConverterType : Type
function get ValueConverterType () : Type

Property Value

Type: System.Type
The value converter type, or nulla null reference (Nothing in Visual Basic) if no value converter was specified.

.NET Framework Security

See Also

Reference

DisplayPropertyAttribute Class

Microsoft.Windows.Design Namespace