Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.