Version

FixedValueConverter Class Members

The following tables list the members exposed by FixedValueConverter.

Public Constructors
 NameDescription
Public ConstructorFixedValueConverter ConstructorInitializes a new FixedValueConverter  
Public Properties
 NameDescription
Public PropertyDestinationValueThe value returned from the Convert if the SourceValue matches and the value compared against the value in the ConvertBack.  
Public PropertySourceValueThe value that is compared against the value provided to the Convert method and also the value potentially returned from the ConvertBack.  
Public Methods
 NameDescription
Public MethodConvertOverridden. Returns the DestinationValue value if the value equals the SourceValue  
Public MethodConvertBackOverridden. Returns the SourceValue if the value equals the DestinationValue  
See Also