Back to API Reference
Class
LinkModifier
Inherits:InteractiveModifierBase
Marks text ranges as clickable hyperlinks and dispatches their click/hover events.
Remarks
Visual styling and state feedback are configured with ordinary modifiers and parameter changes in a CompositeModifier, as in the built-in Link preset. The primary parameter is the URL. Subscribe to
LinkClicked to handle activation (a confirmed click / tap — raised from the interaction machine's Activated event), or let the modifier open the URL via OpenURL when AutoOpenUrl is set.Example
csharp
