Using the HyperlinkButton control in Silverlight
11 comments
/
posted by
Nikolay Raychev
on
May 26, 2008 (more than a year ago)
This article is compatible with the latest version of Silverlight. Introduction The HyperlinkButton is a Silverlight control which acts as a hyperlink. See also: Button Controls Article Button Article ToggleButton Article RepeatButton Article Overview Here is a little example showing how to use the HyperlinkButton: XAML: <UserControl x:Class="HyperlinkButton2.Page" xmlns="http://schemas.micros ...