XAML: How do I append a percent symbol to a bound label value?
- by Brad
I have a label bound to the value of a slider.
Content="{Binding Path=Value, ElementName=Slider}"
How do I append a percentage symbol? The value of the slider is already formatted correctly, so when the value is '50', all I need is '50%'.