Declares EmptyConverter in a property of a user-defined class.

Namespace: Dapfor.Wpf.Converters
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public class EmptyConverterAttribute : ConverterBaseAttribute
Visual Basic
Public Class EmptyConverterAttribute
	Inherits ConverterBaseAttribute
Visual C++
public ref class EmptyConverterAttribute : public ConverterBaseAttribute
F#
type EmptyConverterAttribute =  
    class
        inherit ConverterBaseAttribute
    end

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Dapfor.Wpf.Converters..::..ConverterBaseAttribute
      Dapfor.Wpf.Converters..::..EmptyConverterAttribute

See Also