LinkLabel
This control is a label which looks and behaves like a hyperlink.
Inherits from System.Windows.Controls.Label.

Properties
| Property name | Description |
|---|---|
| ClickBehavior | Gets or sets click behavior. Can be OpenUrlInBrowser or Undefined. |
| Command | Gets or sets command. |
| CommandParameter | Gets or sets command parameter. |
| CommandTarget | Gets or sets command target. |
| HasUrl | Get whether url has a value. |
| HoverForeground | Gets or sets hover foreground. |
| HyperlinkStyle | Gets or sets the hyperlink style. |
| LinkLabelBehavior | Gets or sets link label behavior. Can be SystemDefault, AlwaysUnderline, HoverUnderline, NeverUnderline. |
| Url | Get or sets the URL. |
Events
| Event name | Description |
|---|---|
| Click | Occurs on click. |
| RequestNavigate | Occurs on request navigate. |
How to use
<orc:LinkLabel Content="Action" ToolTip="Action" Command="{Binding DefaultAction}"
HoverForeground="Orange" Url="http://catelproject.com"
ClickBehavior="OpenUrlInBrowser"/>
Contributions
We would like to thank the following contributors:
Want to contribute to the documentation? We have a guide for that!
Questions
Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!