TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nasim Ul Haq
NA
2
0
Border of Image
Jul 1 2008 7:17 AM
void currentImage_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
try
{
currentImage=(Image)sender;
Border brdr = new Border();
brdr.BorderThickness = new Thickness(1);
brdr.BorderBrush = new SolidColorBrush(Colors.Gray);
brdr.Background = new SolidColorBrush(Colors.Red);
brdr.CornerRadius = new CornerRadius(5);
brdr.Child = currentImage;
currentImage.????????????????????????????????????????????
}
catch (Exception ex)
{
;
}
}
how can I Give border of the currentImage when Image is selected
Reply
Answers (
1
)
Remove/creat button programatically
Fold/Infold control