Inherits Button.
Opens up a web link in default browser when clicked.
<Controls.Common:Link Uri="www.google.com" Click="DoSomethingElse_Click"/>
Name | Type | Description |
Uri | string | Gets or sets the Uri to navigate to on click. |
TextDecorations | TextDecorationCollection | Gets or sets the text decorations. |