C# (CSharp) WpfConverters Namespace

Сlasses

Name Description
BooleanActiveOpacityConverter
BooleanActiveOpacityConverter.ReverseBooleanActiveOpacityConverter
BooleanHiddenConverter
BorderRadiusConverter
ConvertBitmapFrame This converter facilitates a couple of requirements around images. Firstly, it automatically disposes of image streams as soon as images are loaded, thus avoiding file access exceptions when attempting to delete images. Secondly, it allows images to be decoded to specific widths and / or heights, thus allowing memory to be saved where images will be scaled down from their original size.
ConvertBoolToVisibility Converts a boolean value to a visibility, where a value of true --> Visible. In case the ConverterParameter = false, it is the reverse, i.e. a value of true --> Collapsed.
ConvertColorToBrush Simple converter that returns unset value in case an image's source isn't available. Although you do not need to do this, it does cause a performance hit.
ConvertIndexToCharacter
ConvertNothing
ConvertNumberToBool
ConvertStringToInt
ConvertTitleResolutionToVisibility
DictionaryBoolVisibilityConverter
DoubleIsZeroVisibilityConverter
IconConverter
InverseBooleanToVisibilityConverter
MapTypeTitleConverter
NotNullVisibilityConverter
NullImageConverter Simple converter that returns unset value in case an image's source isn't available. Although you do not need to do this, it does cause a performance hit.
NullVisibilityConverter
Number2ColorConverter Convert a number in the range 0..100 to a color, where 0 is green and 100 is red.
ReverseBooleanActiveOpacityConverter
ReverseBooleanVisibilityConverter
String2ColorConverter
SubtractConverter Subtract a certain amount of a double.
TimeAgoConverter