Initializes a new instance of the ConverterAttribute class.
Namespace: Dapfor.Wpf.ConvertersAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public ConverterAttribute( Type formatType ) |
| Visual Basic |
|---|
Public Sub New ( formatType As Type ) |
| Visual C++ |
|---|
public: ConverterAttribute( Type^ formatType ) |
| F# |
|---|
new : formatType : Type -> ConverterAttribute |
Parameters
- formatType
- Type: System..::..Type
Type of the converter.