Class Link
A link visual element.
Inheritance
Link
  Implements
INotifyValueChanged<string>
    
  Inherited Members
      TextElement.HandleEvent(EventBase)
    
    
    
    
    
    
    
    
    
    
      VisualElement.ExecuteDefaultAction(EventBase)
    
    
      VisualElement.Focus()
    
    
    
    
    
    
    
      VisualElement.Overlaps(Rect)
    
    
      VisualElement.ToString()
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      VisualElement.GetFirstOfType<T>()
    
    
      VisualElement.GetFirstAncestorOfType<T>()
    
    
    
    
    
    
      VisualElement.canGrabFocus
    
    
      VisualElement.focusController
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      VisualElement.cacheAsBitmap
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      CallbackEventHandler.RegisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
    
    
      CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, TrickleDown)
    
    
      CallbackEventHandler.UnregisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
    
    
      CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TrickleDown)
    
    
    
    
    
    
    
    
    
    
  Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class Link : LocalizedTextElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<string>, IPressable
  Constructors
| Name | Description | 
|---|---|
| Link() | Default constructor.  | 
      
| Link(string) | Constructor.  | 
      
| Link(string, string) | Constructor.  | 
      
Fields
| Name | Description | 
|---|---|
| sizeUssClassName | The Link's size USS class name.  | 
      
| ussClassName | The Link's USS class name.  | 
      
Properties
| Name | Description | 
|---|---|
| clickable | The clickable manipulator.  | 
      
| size | The size of the link.  | 
      
| url | The URL of the link.  |