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
sachin kodagali
NA
1
3.2k
Can we create a tooltip on a line control using WPF?
Mar 9 2011 11:59 PM
Here is the code i am using,
<
Line
Name
="line1"
X1
="100"
Y1
="100"
X2
="280"
Y2
="100"
ToolTip
="Enter Your Name"
Stroke
="BlueViolet"
StrokeThickness
="2"
VerticalAlignment
="Top"
ToolTipService.ShowDuration
="20"/>
But i am not able to see the tooltip on hover.
a. Is it possible to display a tool tip on a line?
b. Is it possible to enter text on a line control?
Will appreciate your early response ..
Regards,
Sachin
Reply
Answers (
0
)
How to create dynamically populated items in a listbox and use it as navigation?
What is Testing Optimization?