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 |
First add HandyControl NameSpace
xmlns:hc="https://handyorg.github.io/handycontrol"
Now
<hc:Shield controls:LinkElement.Link="https://github.com"/>
LinkElement.SetLink(control, "https://github.com");
LinkElement.GetLink(control);