Advanced Forum Search Results
-
This is what exactly i need....
thanks a lot HarshBardhan
-
hi..
try with this one, in code-behind on page load call the 'sbPathAnimation' storyboard.
<UserControl.Resources>
<Storyboard x:Name="sbPathAnimation">
<PointAnimation Storyboard.TargetName="lineSegment2" Storyboard.TargetProperty='Point' From='200,248' ...
-
Hi,
I have a ImageBrush and have given ImageSource as Bitmap, now i want to get the ImageUrl of the ImageSource.
My image source is
args.ImageSource = ((Path)sender).Fill.GetValue(ImageBrush.ImageSourceProperty) as BitmapImage;
but, I am not able to get the Image url of the args.ImageSource.
Thanks in advance,
Kranthi