RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextElement Class / IsCollapsed Property

In This Topic
    IsCollapsed Property (C1TextElement)
    In This Topic
    Returns whether this element is collapsed, that is, if its C1TextElement.Visibility, or that of one of its parents, is C1Visibility.Collapsed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCollapsed As Boolean
    public bool IsCollapsed {get;}
    See Also