Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / OutlineClickedEventArgs Class / LinkTarget Property

In This Topic
    LinkTarget Property
    In This Topic
    Gets or sets the target for the clicked outline.
    Syntax
    'Declaration
     
    
    Public Property LinkTarget As C1.Document.C1LinkTargetBase
    public C1.Document.C1LinkTargetBase LinkTarget {get; set;}
    See Also