WPF LinkLabel 控件

现在WPF中没有LinkButton 或者LinkLabel的控件。如果想给文本加链接只能通过TextBlock和hyperlink来做。而且这个最致命的缺点是没有Click单击事件。比较纠结。

今天分享一个LinkLabel控件。

 

效果还不错吧。

   
   
   
   
< ThemedControlLibrary:LinkLabel Content ="Link Label" FontSize ="22" /> < ThemedControlLibrary:LinkLabel Content ="Link Label" LinkLabelBehavour ="HoverUnderline" /> < ThemedControlLibrary:LinkLabel Foreground ="#FF847901" HoverForeground ="#FF06C8F2" Content ="Link Label" LinkLabelBehavour ="NeverUnderline" />

下载地址:Themed Controls Library

参考文档:http://www.blagoev.com/Blog/post/Building-a-WPF-LinkLabel-control.aspx

 

本文同步发表在 http://xiaogangblog.com

你可能感兴趣的:(WPF LinkLabel 控件)