RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1BlockUIContainer Class / Content Property

In This Topic
    Content Property (C1BlockUIContainer)
    In This Topic
    Gets or sets the content of this C1BlockUIContainer.
    Syntax
    'Declaration
     
    
    Public Property Content As Object
    public object Content {get; set;}
    See Also