Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1Hyperlink Class / StatusText Property

In This Topic
    StatusText Property
    In This Topic
    Text shown in the status line when the mouse is over the link (when the document is viewed in a C1PrintPreview).
    Syntax
    'Declaration
     
    Public Property StatusText As String
    public string StatusText {get; set;}
    See Also