ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1HyperlinkButton Class / NavigateUri Property

In This Topic
    NavigateUri Property
    In This Topic
    Gets or sets a URI to navigate to when the C1HyperlinkButton is activated.
    Syntax
    'Declaration
     
    
    Public Property NavigateUri As Uri
    public Uri NavigateUri {get; set;}
    See Also