Feed on
Posts
Comments

Tag Archive 'Bugs'

I’m currently working on a custom markup extension and came over a pretty nasty issue. Here’s the working XAML of a dummy extension:

<TextBox Name=”txtCity”
Foreground=”{local:ColorExtension Color=Red}”
/>

 
This works like a charm - the fore color is set to red as expected. However - as soon as I try to set the Color property through [...]

Read Full Post »