RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Section Class / IsLeaf Property

In This Topic
    IsLeaf Property (C1Section)
    In This Topic
    Returns whether this element is a leaf in the document tree.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLeaf As Boolean
    public bool IsLeaf {get;}
    See Also