InvertedBoolConverter public class InvertedBoolConverter : BaseConverter<bool, bool> Converts true to false and false to true. Simple as that! Documentation Code public InvertedBoolConverter()