RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Hyperlink Class / Inlines Property

In This Topic
    Inlines Property (C1Hyperlink)
    In This Topic
    Gets the collection of C1Inline elements grouped by the C1Span.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Inlines As ProxyCollection(Of C1Inline)
    public ProxyCollection<C1Inline> Inlines {get;}
    See Also