This repository was archived by the owner on May 1, 2024. It is now read-only.

Description
Summary
Add Expression property to MathExpressionConverter and MultiMathExpressionConverter. I love this Converter, but based on the way that I normally use it, it would be great to be able to set up the Expression value in the Resouce declaration.
API Changes
Added:
public string Expression { get; set; } = string.Empty;
Intended Use Case
<xct:MathExpressionConverter x:Key="DivideByTwoConverter" Expression="x/2" />
Who Will Do The Work?