XamlValueConverter<TConverterBase>.ConverterType Property

Definition

Gets the Type for the class that implements the converter behavior.

public:
 property Type ^ ConverterType { Type ^ get(); };
public Type ConverterType { get; }
member this.ConverterType : Type
Public ReadOnly Property ConverterType As Type

Property Value

The Type for the class that implements the converter behavior.

Applies to

See also