Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1Document Class / Outlines Property

In This Topic
    Outlines Property
    In This Topic
    Gets the OutlineNodeCollection representing the collection of OutlineNode objects in the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Outlines As OutlineNodeCollection
    public OutlineNodeCollection Outlines {get;}
    See Also