LinkElement Attach - AdarshRise/HandyControl GitHub Wiki

An attached property is intended to be used as a type of global property that is settable on any object.

LinkElement Contains

Property Description
Link Gets or sets Link Address

Usage in Xaml

First add HandyControl NameSpace

xmlns:hc="https://handyorg.github.io/handycontrol"

Now

<hc:Shield controls:LinkElement.Link="https://github.com"/>

Usage in Code-Behind

LinkElement.SetLink(control, "https://github.com");

LinkElement.GetLink(control);
⚠️ **GitHub.com Fallback** ⚠️