Short question :) Does anyone have a method for creating a Inner glow effect in WPF?
Just found that exampple too. that's indeed the thing i'd like to achieve. Thanks
Tom Deleu
2009-02-20 08:51:32
Unfortunately this doesn't seem to work in Kaxaml. The attribute d:IsHidden="True" is from a namespace that I've never seen before. Is that a Blend thing? Can we use that in Visual Studio as well?
Drew Noakes
2009-02-20 15:02:10
The "d" namespace is xmlns:d="http://schemas.microsoft.com/expression/blend/2008". I had trouble finding any info about it.
Cameron MacFarland
2009-02-21 00:36:19
Just removing the attribute fixed it in Kaxaml too...
Tom Deleu
2009-02-22 15:58:12