Hi, While I copied the XAML code from a WPF Pageto my SilverlightPage I found out that few of the prpoorties are not supported in Silverlight , mentioned bwlow:
<Path.BitmapEffect>
<BlurBitmapEffect Radius="2"/>
</Path.BitmapEffect
ClipToBounds="False" SnapsToDevicePixels="False"
Can any one please help with the Silverlight Equivalent proporties for the above mentioned WPF proporties.
Thanks, Subhen