Friday, June 12, 2009

TOOLTIP CONTROLIN SILVERLIGHT

•To display a tooltip for a control, the ToolTipService class must be used
•The SetToolTip and GetToolTip static methods are used to set and get the tooltip of a control.

The following code snippet creates a ToolTipService.ToolTip for a control.

HorizontalOffset="10" VerticalOffset="20"/>


This sample code shows how to display an image within a tooltip in Silverlight:



No comments:

Post a Comment